HCLLocation

data class HCLLocation : Parcelable

Type

CREATOR

companion object CREATOR : Creator<HCLLocation>

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

Constructors

<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())

Properties

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

Functions

describeContents

fun describeContents(): Int

getLocation

fun getLocation(): GeoPoint

getLocationByString

fun getLocationByString(): String

toString

fun toString(): String

writeToParcel

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

Companion object functions

createFromParcel

fun createFromParcel(parcel: Parcel): HCLLocation

newArray

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

Availability

HealthCare Locator 1.0 and higher

Requirements

Platform and requirements: Android