getElevation

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

Return

Elevation (in meters) multiplied by current terrain exaggeration, or empty if elevation for the coordinate is not available.

Parameters

coordinate

defined as longitude-latitude pair.

fun getElevation(coordinate: Point): Double?