menu
mapbox_maps_flutter package
documentation
mapbox_maps_flutter.dart
StyleManager
getStyleJSON method
getStyleJSON method
dark_mode
light_mode
getStyleJSON
method
Future
<
String
>
getStyleJSON
(
)
Returns the current style as a JSON string.
Implementation
Future<String> getStyleJSON() => _impl.getStyleJSON();
mapbox_maps_flutter package
documentation
mapbox_maps_flutter
StyleManager
getStyleJSON method
StyleManager class