Package com.mapbox.maps.extension.style.terrain.generated
Types
Terrain
Link copied to clipboard
class Terrain(sourceId: String) : TerrainDslReceiver, StyleContract.StyleTerrainExtension
Content copied to clipboard
A global modifier that elevates layers and markers based on a DEM data source.
TerrainDslReceiver
Link copied to clipboard
interface TerrainDslReceiver
Content copied to clipboard
This Interface contains all the functions that will be exposed to Koltin DSL.
Functions
getTerrain
Link copied to clipboard
Extension function to get the terrain provided by the Style Extension.
removeTerrain
Link copied to clipboard
Removes terrain from style if it was set.
setTerrain
Link copied to clipboard
fun StyleInterface.setTerrain(terrain: StyleContract.StyleTerrainExtension)
Content copied to clipboard
Extension function to set the Terrain provided by the Style Extension to the Style.