getElevation

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

Gets the elevation (in meters) for the specified location on the surface.

Return

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

Since

200.1.0

Parameters

point

The point to find the elevation for.