ElevationData(androidJvm)

Interface that provides access to elevation data.

interface ElevationData(androidJvm)

Functions

getElevation
Link copied to clipboard

Get elevation for given coordinate. Value is available only for the visible region on the screen, if terrain (DEM) tile is available.

abstract fun getElevation(coordinate: Point): Double
getTerrainExaggeration
Link copied to clipboard

Current value of terrain exaggeration.

abstract fun getTerrainExaggeration(): Double

Inheritors

ElevationDataNative
Link copied to clipboard