class AddressObject : Parcelable
CREATOR |
companion object CREATOR : Creator<AddressObject> Field to create one or more objects of this type. See companion object functions later on this page. |
<init> |
AddressObject(parcel: Parcel) AddressObject(longLabel: String = "", country: String = "", postalCode: String = "", buildingLabel: String = "", county: LabelObject? = null, city: LabelObject? = null, location: LocationObject? = null, activityId: String = "") |
activityId |
var activityId: String |
buildingLabel |
var buildingLabel: String |
city |
var city: LabelObject? |
country |
var country: String |
county |
var county: LabelObject? |
location |
var location: LocationObject? |
longLabel |
var longLabel: String |
postalCode |
var postalCode: String |
describeContents |
fun describeContents(): Int |
getAddress |
fun getAddress(): String |
parse |
fun parse(data: Address?): AddressObject Convert data from GraphQL fun parse(data: Address?): AddressObject fun parse(data: Address1?, activityId: String): AddressObject |
writeToParcel |
fun writeToParcel(dest: Parcel?, flags: Int): Unit |
createFromParcel |
fun createFromParcel(parcel: Parcel): AddressObject |
newArray |
fun newArray(size: Int): Array<AddressObject?> |
HealthCare Locator 1.0 and higher
Platform and requirements: Android