Android.Locations.Location.Altitude Property
Get the altitude if available, in meters above the WGS 84 reference ellipsoid.

Syntax

[get: Android.Runtime.Register("getAltitude", "()D", "GetGetAltitudeHandler")]
[set: Android.Runtime.Register("setAltitude", "(D)V", "GetSetAltitude_DHandler")]
public virtual double Altitude { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Get the altitude if available, in meters above the WGS 84 reference ellipsoid. If this location does not have an altitude then 0.0 is returned.

Set method documentation [Android Documentation]

Set the altitude, in meters above the WGS 84 reference ellipsoid. Following this call Location.HasAltitude will return true.

Requirements

Namespace: Android.Locations
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1