getElevation

abstract fun getElevation(@NonNull coordinate: Point): Double

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

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.