Android.Locations.Address Members

The members of Android.Locations.Address are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Constructs a new Address object set to the given Locale and with all other fields initialized to null or false.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

AdminAreastring. Returns the administrative area name of the address, for example, "CA", or null if it is unknown
CountryCodestring. Returns the country code of the address, for example "US", or null if it is unknown.
CountryNamestring. Returns the localized country name of the address, for example "Iceland", or null if it is unknown.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator.
ExtrasAndroid.OS.Bundle. Returns additional provider-specific information about the address as a Bundle.
FeatureNamestring. Returns the feature name of the address, for example, "Golden Gate Bridge", or null if it is unknown
[read-only]
HasLatitudebool. Returns true if a latitude has been assigned to this Address, false otherwise.
[read-only]
HasLongitudebool. Returns true if a longitude has been assigned to this Address, false otherwise.
Latitudedouble. Returns the latitude of the address if known.
[read-only]
LocaleJava.Util.Locale. Returns the Locale associated with this address.
Localitystring. Returns the locality of the address, for example "Mountain View", or null if it is unknown.
Longitudedouble. Returns the longitude of the address if known.
[read-only]
MaxAddressLineIndexint. Returns the largest index currently in use to specify an address line.
Phonestring. Returns the phone number of the address if known, or null if it is unknown.
PostalCodestring. Returns the postal code of the address, for example "94110", or null if it is unknown.
Premisesstring. Returns the premises of the address, or null if it is unknown.
SubAdminAreastring. Returns the sub-administrative area name of the address, for example, "Santa Clara County", or null if it is unknown
SubLocalitystring. Returns the sub-locality of the address, or null if it is unknown.
SubThoroughfarestring. Returns the sub-thoroughfare name of the address, which may be null.
Thoroughfarestring. Returns the thoroughfare name of the address, for example, "1600 Ampitheater Parkway", which may be null
Urlstring. Returns the public URL for the address if known, or null if it is unknown.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

ClearLatitude()
Removes any latitude associated with this address.
ClearLongitude()
Removes any longitude associated with this address.
DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
GetAddressLine(int) : string
Returns a line of the address numbered by the given index (starting at 0), or null if no such line is present.
SetAddressLine(int, string)
Sets the line of the address numbered by index (starting at 0) to the given String, which may be null.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.