AddressObject

class AddressObject : Parcelable

Type

CREATOR

companion object CREATOR : Creator<AddressObject>

Field to create one or more objects of this type. See companion object functions later on this page.

Constructors

<init>

AddressObject(parcel: Parcel)

AddressObject(longLabel: String = "", country: String = "", postalCode: String = "", buildingLabel: String = "", county: LabelObject? = null, city: LabelObject? = null, location: LocationObject? = null, activityId: String = "")

Properties

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

Functions

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

Companion object functions

createFromParcel

fun createFromParcel(parcel: Parcel): AddressObject

newArray

fun newArray(size: Int): Array<AddressObject?>

Availability

HealthCare Locator 1.0 and higher

Requirements

Platform and requirements: Android