withOverridingMapStyle abstract method

MapSceneLoadOptionsBuilder withOverridingMapStyle(
  1. Style overridingMapStyle
)

Sets the style to override what is defined in the scene configuration.

  • overridingMapStyle Map style to override the scene configuration.

Returns MapSceneLoadOptionsBuilder. This class instance.

Implementation

MapSceneLoadOptionsBuilder withOverridingMapStyle(Style overridingMapStyle);