getElevation

abstract fun getElevation(coordinate: Point): Double

Get elevation for the given coordinate. Note: Elevation is only available for the visible region on the screen.

Return

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

Parameters

coordinate

defined as longitude-latitude pair.