withConfigurationFile abstract method

MapSceneLoadOptionsBuilder withConfigurationFile(
  1. String configurationFile
)

Sets the configuration file path to load.

Any map scheme set through MapSceneLoadOptionsBuilder.withMapScheme will be discarded.

  • configurationFile Configuration file path to load.

Returns MapSceneLoadOptionsBuilder. This class instance.

Implementation

MapSceneLoadOptionsBuilder withConfigurationFile(String configurationFile);