HCLPlace

class HCLPlace : Parcelable

Type

CREATOR

companion object CREATOR : Creator<HCLPlace>

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

Constructors

<init>

HCLPlace(parcel: Parcel)

HCLPlace(context: Context, lat: Double, lng: Double)

HCLPlace(placeId: String = "", licence: String = "", osmId: String = "", latitude: String = "0.0", longitude: String = "0.0", displayName: String = "", className: String = "", type: String = "", icon: String = "", address: HCLAddress? = null, distance: Double = 0.0, boundingBox: <ERROR CLASS><String> = arrayListOf())

Properties

address

var address: HCLAddress?

boundingBox

var boundingBox: <ERROR CLASS><String>

className

var className: String

displayName

var displayName: String

distance

var distance: Double

icon

var icon: String

latitude

var latitude: String

licence

var licence: String

longitude

var longitude: String

osmId

var osmId: String

placeId

var placeId: String

type

var type: String

Functions

describeContents

fun describeContents(): Int

getBox

fun getBox(): DoubleArray

getDistanceMeter

fun getDistanceMeter(): Double

getGeoPoint

fun getGeoPoint(): GeoPoint

getLocation

fun getLocation(): Unit

writeToParcel

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

Companion object functions

createFromParcel

fun createFromParcel(parcel: Parcel): HCLPlace

newArray

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

Availability

HealthCare Locator 1.0 and higher

Requirements

Platform and requirements: Android