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, so there could be a few bugs and unexpected behavior. Related APIs may change for new releases without a deprecation process. Gets the style that the map uses to customize the visual appearance of rendered features.
Implementation
Style get style;