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.
Terrain Dsl Receiver
Link copied to clipboard
interface TerrainDslReceiver
Content copied to clipboard
This Interface contains all the functions that will be exposed to Koltin DSL.
Functions
get Terrain
Link copied to clipboard
Extension function to get the terrain provided by the Style Extension.
remove Terrain
Link copied to clipboard
Removes terrain from style if it was set.
set Terrain
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.