menu
mapbox_maps_flutter
mapbox_maps_flutter.dart
StyleManager
getStyleLayers method
getStyleLayers
dark_mode
light_mode
getStyleLayers
method
Future
<
List
<
StyleObjectInfo
?
>
>
getStyleLayers
(
)
Returns all style layers.
Implementation
Future<List<StyleObjectInfo?>> getStyleLayers() => _impl.getStyleLayers();
mapbox_maps_flutter
mapbox_maps_flutter
StyleManager
getStyleLayers method
StyleManager class