menu
mapbox_maps_flutter
mapbox_maps_flutter.dart
StyleManager
getProjection method
getProjection
dark_mode
light_mode
getProjection
method
Future
<
StyleProjection
?
>
getProjection
(
)
Returns the style projection.
Implementation
Future<StyleProjection?> getProjection() => _impl.getProjection();
mapbox_maps_flutter
mapbox_maps_flutter
StyleManager
getProjection method
StyleManager class