Android.Locations.Address.Latitude Property
Returns the latitude of the address if known.

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.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif this Address has not been assigned a latitude.

Remarks

Get method documentation [Android Documentation]

Returns the latitude of the address if known.

Set method documentation [Android Documentation]

Sets the latitude associated with this address.

Requirements

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