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