Android.Locations.Location.Latitude Property
Get the latitude, in degrees.

Syntax

[get: Android.Runtime.Register("getLatitude", "()D", "GetGetLatitudeHandler")]
[set: Android.Runtime.Register("setLatitude", "(D)V", "GetSetLatitude_DHandler")]
public virtual double Latitude { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Get the latitude, in degrees. All locations generated by the Android.Locations.LocationManager will have a valid latitude.

Set method documentation [Android Documentation]

Set the latitude, in degrees.

Requirements

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