getElevation

suspend fun getElevation(point: Point): Result<Double>

Gets the elevation (in meters) for the specified location on the surface. The returned elevation value is based on the highest possible level of detail available into the surface from the provided elevation sources. This results in the highest possible resolution for the elevation value for the given location. Note that this may differ from the value of the elevation currently being rendered which may be at a lower resolution.

Return

An asynchronous task of type double for the elevation at the specified position.

Since

200.1.0

Parameters

point

The point location to find the elevation for.