altitude property
double?
get
altitude
The altitude
read-only property of the GeolocationCoordinates
interface is a double
representing the altitude of the position in
meters above the
WGS84 ellipsoid
(which defines the nominal sea level surface). This value is null
if the
implementation cannot provide this data.
Implementation
external double? get altitude;