Home > @magiclane/maps-sdk > GemView > getAltitude
GemView.getAltitude() method
Get altitude for the given coordinates.
Signature:
getAltitude(coordinates: Coordinates): number;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
coordinates |
WGS84 coordinates. |
Returns:
number
Altitude in meters.
Exceptions
An exception if it fails.