Android.Locations.Address.Longitude Property
Returns the longitude of the address if known.

Syntax

[get: Android.Runtime.Register("getLongitude", "()D", "GetGetLongitudeHandler")]
[set: Android.Runtime.Register("setLongitude", "(D)V", "GetSetLongitude_DHandler")]
public virtual double Longitude { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

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

Remarks

Get method documentation [Android Documentation]

Returns the longitude of the address if known.

Set method documentation [Android Documentation]

Sets the longitude 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