withMapScheme method - MapSceneLoadOptionsBuilder class - mapview library - Dart API
withMapScheme
withMapScheme abstract method
- MapScheme mapScheme
Sets the map scheme to load.
Any configuration file set through MapSceneLoadOptionsBuilder.withConfigurationFile will be discarded.
mapSchemeMap scheme to load.
Returns MapSceneLoadOptionsBuilder. This class instance.
Implementation
MapSceneLoadOptionsBuilder withMapScheme(MapScheme mapScheme);