style property
The style that the map uses to customize the visual appearance of rendered features. Changes made to the map style using Style.update are lost when new scene is loaded using MapScene.loadSceneForMapScheme and its variants as well as when map features are enabled or disabled using MapScene.enableFeatures and MapScene.disableFeatures.
Note: This is a beta release of this feature and may contain bugs or exhibit unexpected behaviour. Related APIs are subject to change without a deprecation process. Gets the style that the map uses to customize the visual appearance of rendered features.
Implementation
Style get style;