public static class LocationMatch.Address extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<LocationMatch.Address> |
CREATOR
Parcelable creator for this type.
|
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
boolean |
equals(Object o) |
String |
getAddressLine1()
Gets the address line 1.
|
String |
getAddressLine2()
Gets the address line 2.
|
String |
getCity()
Gets the address city name.
|
String |
getCountry()
Gets the address country name.
|
String |
getCountryCode()
Gets the country code.
|
String |
getPostalCode()
Gets the address postal code.
|
String |
getState()
Gets the address state / province name.
|
int |
hashCode() |
String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
public static final Parcelable.Creator<LocationMatch.Address> CREATOR
public String getAddressLine1()
public String getAddressLine2()
public String getCity()
public String getState()
public String getPostalCode()
public String getCountry()
public String getCountryCode()
public final int describeContents()
describeContents in interface Parcelablepublic final void writeToParcel(Parcel dest, int flags)
writeToParcel in interface ParcelableCopyright © 2013-2016 INRIX, Inc. All Rights Reserved.