withMapScheme abstract method

MapSceneLoadOptionsBuilder withMapScheme(
  1. MapScheme mapScheme
)

Sets the map scheme to load.

Any configuration file set through MapSceneLoadOptionsBuilder.withConfigurationFile will be discarded.

  • mapScheme Map scheme to load.

Returns MapSceneLoadOptionsBuilder. This class instance.

Implementation

MapSceneLoadOptionsBuilder withMapScheme(MapScheme mapScheme);