In your custom Xamarin.FormsGoogleMap renderer, you can set the style using json content:
Xamarin.Android example:
googleMap.SetMapStyle(MapStyleOptions.LoadRawResourceStyle(this, Resource.Raw.map_style_night));
Xamarin.iOS example:
googleMapView.MapType = MapViewType.Normal;
var styleResource = NSBundle.MainBundle.GetUrlForResource("map_style_night", "json");
googleMapView.MapStyle = MapStyle.FromUrl(styleResource, null);
: NSError MapStyle.FromUrl MapStyle.FromJson Xamarin.Google.iOS.Maps(v2.1.0.2), (SIGSEGV). , NSError out var, , json ( iOS Google v2.4.30121.0, Xamarin / 2.1.0.2 ).
