withOverridingMapStyle method - MapSceneLoadOptionsBuilder class - mapview library - Dart API
withOverridingMapStyle
withOverridingMapStyle abstract method
- Style overridingMapStyle
Sets the style to override what is defined in the scene configuration.
overridingMapStyleMap style to override the scene configuration.
Returns MapSceneLoadOptionsBuilder. This class instance.
Implementation
MapSceneLoadOptionsBuilder withOverridingMapStyle(Style overridingMapStyle);