The members of Android.Locations.Address are listed below.
See Also: Inherited members from Java.Lang.Object
Constructs a new Address object set to the given Locale and with all other fields initialized to null or false. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
AdminArea | string. Returns the administrative area name of the address, for example, "CA", or null if it is unknown | |
CountryCode | string. Returns the country code of the address, for example "US", or null if it is unknown. | |
CountryName | string. Returns the localized country name of the address, for example "Iceland", or null if it is unknown. | |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
Extras | Android.OS.Bundle. Returns additional provider-specific information about the address as a Bundle. | |
FeatureName | string. Returns the feature name of the address, for example, "Golden Gate Bridge", or null if it is unknown | |
[read-only] | HasLatitude | bool. Returns true if a latitude has been assigned to this Address, false otherwise. |
[read-only] | HasLongitude | bool. Returns true if a longitude has been assigned to this Address, false otherwise. |
Latitude | double. Returns the latitude of the address if known. | |
[read-only] | Locale | Java.Util.Locale. Returns the Locale associated with this address. |
Locality | string. Returns the locality of the address, for example "Mountain View", or null if it is unknown. | |
Longitude | double. Returns the longitude of the address if known. | |
[read-only] | MaxAddressLineIndex | int. Returns the largest index currently in use to specify an address line. |
Phone | string. Returns the phone number of the address if known, or null if it is unknown. | |
PostalCode | string. Returns the postal code of the address, for example "94110", or null if it is unknown. | |
Premises | string. Returns the premises of the address, or null if it is unknown. | |
SubAdminArea | string. Returns the sub-administrative area name of the address, for example, "Santa Clara County", or null if it is unknown | |
SubLocality | string. Returns the sub-locality of the address, or null if it is unknown. | |
SubThoroughfare | string. Returns the sub-thoroughfare name of the address, which may be null. | |
Thoroughfare | string. Returns the thoroughfare name of the address, for example, "1600 Ampitheater Parkway", which may be null | |
Url | string. Returns the public URL for the address if known, or null if it is unknown. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
ClearLatitude()Removes any latitude associated with this address. | ||
ClearLongitude()Removes any longitude associated with this address. | ||
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
GetAddressLine(int)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. |