HCLAddress

class HCLAddress : Parcelable

Type

CREATOR

companion object CREATOR : Creator<HCLAddress>

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

Constructors

<init>

HCLAddress(parcel: Parcel)

HCLAddress(amenity: String = "", tourism: String = "", houseNumber: String = "", road: String = "", neighbourhood: String = "", suburb: String = "", town: String = "", district: String = "", postcode: String = "", country: String = "", countryCode: String = "", city: String = "")

Properties

amenity

var amenity: String

city

var city: String

country

var country: String

countryCode

var countryCode: String

district

var district: String

houseNumber

var houseNumber: String

neighbourhood

var neighbourhood: String

postcode

var postcode: String

road

var road: String

suburb

var suburb: String

tourism

var tourism: String

town

var town: String

Functions

describeContents

fun describeContents(): Int

writeToParcel

fun writeToParcel(dest: Parcel?, flags: Int): Unit

Companion object functions

createFromParcel

fun createFromParcel(parcel: Parcel): HCLAddress

newArray

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

Availability

HealthCare Locator 1.0 and higher

Requirements

Platform and requirements: Android