Share via


Address.Latitude Property

Definition

Returns the latitude of the address if known. -or- Sets the latitude associated with this address.

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

Property Value

Attributes

Exceptions

if this Address has not been assigned a latitude.

Remarks

Property getter documentation:

Returns the latitude of the address if known.

Java documentation for android.location.Address.getLatitude().

Property setter documentation:

Sets the latitude associated with this address.

Java documentation for android.location.Address.setLatitude(double).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to