data class HCLLocation : Parcelable
CREATOR |
companion object CREATOR : Creator<HCLLocation> Field to create one or more objects of this type. See companion object functions later on this page. |
<init> |
HCLLocation(parcel: Parcel) HCLLocation(id: String = "", name: String = "", speciality: String = "", address: String = "", distance: Int = 0, latitude: Double = 0.0, longitude: Double = 0.0, createdDate: String = "", title: String = "", isHCP: Boolean = false, createdAt: Long = System.currentTimeMillis()) |
address |
var address: String |
createdAt |
var createdAt: Long |
createdDate |
var createdDate: String |
distance |
var distance: Int |
id |
var id: String |
isHCP |
var isHCP: Boolean |
latitude |
var latitude: Double |
longitude |
var longitude: Double |
name |
var name: String |
speciality |
var speciality: String |
title |
var title: String |
describeContents |
fun describeContents(): Int |
getLocation |
fun getLocation(): GeoPoint |
getLocationByString |
fun getLocationByString(): String |
toString |
fun toString(): String |
writeToParcel |
fun writeToParcel(dest: Parcel?, flags: Int): Unit |
createFromParcel |
fun createFromParcel(parcel: Parcel): HCLLocation |
newArray |
fun newArray(size: Int): Array<HCLLocation?> |
HealthCare Locator 1.0 and higher
Platform and requirements: Android