getElevation method

Future<double> getElevation(
  1. ArcGISPoint point
)

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.

Parameters:

  • point — The point location to find the elevation for.

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