class HCLAddress : Parcelable
CREATOR |
companion object CREATOR : Creator<HCLAddress> Field to create one or more objects of this type. See companion object functions later on this page. |
<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 = "") |
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 |
describeContents |
fun describeContents(): Int |
writeToParcel |
fun writeToParcel(dest: Parcel?, flags: Int): Unit |
createFromParcel |
fun createFromParcel(parcel: Parcel): HCLAddress |
newArray |
fun newArray(size: Int): Array<HCLAddress?> |
HealthCare Locator 1.0 and higher
Platform and requirements: Android