class LocationObject : Parcelable
CREATOR |
companion object CREATOR : Creator<LocationObject> Field to create one or more objects of this type. See companion object functions later on this page. |
<init> |
LocationObject(parcel: Parcel) LocationObject(lat: Double = 0.0, lon: Double = 0.0) |
lat |
var lat: Double |
lon |
var lon: Double |
describeContents |
fun describeContents(): Int |
getGeoPoint |
fun getGeoPoint(): GeoPoint |
getLatLng |
fun getLatLng(): LatLng |
getLocationByString |
fun getLocationByString(): String |
parse |
fun parse(data: Location?): LocationObject Convert data from GraphQL fun parse(data: Location?): LocationObject fun parse(data: Location1?): LocationObject |
writeToParcel |
fun writeToParcel(dest: Parcel?, flags: Int): Unit |
createFromParcel |
fun createFromParcel(parcel: Parcel): LocationObject |
newArray |
fun newArray(size: Int): Array<LocationObject?> |
HealthCare Locator 1.0 and higher
Platform and requirements: Android