Poi

data class Poi(val id: String, val buildingId: String, val floor: String, val nameMap: MultilingualObject<String>, val floorName: String?, val ordinal: String?, val latitude: Double, val longitude: Double, val type: String, val accessibilityDetailMap: MultilingualObject<String>) : Parcelable

Store POI information in the map

Constructors

Link copied to clipboard
constructor(id: String, buildingId: String, floor: String, nameMap: MultilingualObject<String>, floorName: String?, ordinal: String?, latitude: Double, longitude: Double, type: String, accessibilityDetailMap: MultilingualObject<String>)

Properties

Link copied to clipboard

MultilingualObject - The accessibility detail of the POI with multilingual support

Link copied to clipboard

String - The ID of the building where the POI is located

Link copied to clipboard

String - The ID of the floor where the POI is located

Link copied to clipboard

String? - The name of the floor where the POI is located

Link copied to clipboard
val id: String

String - POI ID

Link copied to clipboard

Double - The latitude of the POI

Link copied to clipboard

Double - The longitude of the POI

Link copied to clipboard

MultilingualObject - The name of the POI with multilingual support

Link copied to clipboard

String? - The positioning height value where the POI is located

Link copied to clipboard

String - The type of POI

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)