MPBuilding

open class MPBuilding : MPEntity

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
Get aliases for the building
Link copied to clipboard
Link copied to clipboard
Get the building bounding box
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Gets this building's default floor, if any has been set from the CMS
Link copied to clipboard
Gets this building's default floor index, if any has been set from the CMS
Link copied to clipboard
An optional space for misc fields
Link copied to clipboard
open fun getFloorByIndex(floorIndex: Int): MPFloor
Link copied to clipboard
Link copied to clipboard
open fun getFloorCount(): Int
Get this building's floor count
Link copied to clipboard
Get the collection of floors in this building sorted ASC.
Link copied to clipboard
Get a list of floor indices and localized names for this building
Link copied to clipboard
Get the initial floor.
Link copied to clipboard
Get the initial floor level index.
Link copied to clipboard
Get the initial floor level index.
Link copied to clipboard
open fun getName(): String
Get the name of the building.
Link copied to clipboard
open fun getPosition(): MPPoint
Link copied to clipboard
open fun hasFloorIndex(floorIndex: Int): Boolean
Link copied to clipboard
open fun isInside(@Nullable point: MPPoint): Boolean
Link copied to clipboard
open fun isPoint(): Boolean
Link copied to clipboard
open fun toString(): String

Properties

Link copied to clipboard
@SerializedName(value = "address")
@get:NonNull
open val address: String
Link copied to clipboard
@SerializedName(value = "administrativeId")
@get:NonNull
open val administrativeId: String
Link copied to clipboard
@SerializedName(value = "anchor")
@get:NonNull
open var anchor: MPPoint
Link copied to clipboard
@SerializedName(value = "externalId")
@get:NonNull
open val externalId: String
Link copied to clipboard
@SerializedName(value = "geometry")
@get:NonNull
open val geometry: MPPolygonGeometry
Link copied to clipboard
@SerializedName(value = "id")
@get:NonNull
open val id: String
Link copied to clipboard
@SerializedName(value = "venueId")
@get:NonNull
open val venueId: String