Package-level declarations
Types
Link copied to clipboard
Exaggerates the elevation of the terrain by multiplying the data from the DEM with this value.
Link copied to clipboard
A global modifier that elevates layers and markers based on a DEM data source.
Functions
Link copied to clipboard
inline fun rememberTerrainState(rasterDemSourceState: RasterDemSourceState, key: String? = null, crossinline init: TerrainState.() -> Unit = {}): TerrainState
Create and rememberSaveable a TerrainState using TerrainState.Saver. init will be called when the TerrainState is first created to configure its initial state.