terrain property
Show elevation topography.
Supported modes: MapFeatureModes.terrainHillshade, MapFeatureModes.terrain3d.
MapFeatureModes.terrainHillshade is only supported for schemes MapScheme.normalDay, MapScheme.normalNight, MapScheme.liteDay, MapScheme.liteNight, MapScheme.logisticsDay and MapScheme.logisticsNight, MapScheme.topoDay and MapScheme.topoNight.
Default mode is MapFeatureModes.terrainHillshade for the supporting schemes.
By default, terrain is disabled, except for MapScheme.topoDay and MapScheme.topoNight.
Note that this feature has performance implications, with extra data use and impact on frame rate. If performance is a concern, this feature can be disabled from the application side when loading the map scene.
Not supported for MapScheme.satellite, MapScheme.roadNetworkDay and MapScheme.roadNetworkNight.
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.
Implementation
static final String terrain = "terrain";