The methods of Android.Locations.Address are listed below. For a list of all members, see the Address Members list.
See Also: Inherited members from Java.Lang.Object
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. |