SelectedLocation

open class SelectedLocation

Class to hold the selected property and selected building

Constructors

Link copied to clipboard
constructor(coreApi: CoreApi)
/ this.

Functions

Link copied to clipboard
Method to get the selected building's data
Link copied to clipboard
open fun getBuildingId(): Int
Method to get the building id
Link copied to clipboard
Method to get selected property's data
Link copied to clipboard
open fun getPropertyId(): Int
Method to get the property id
Link copied to clipboard
Method to get selected property's information
Link copied to clipboard
open fun getSelectedZone(): Zone
open fun getSelectedZone(floorId: Int): Zone
Link copied to clipboard
Link copied to clipboard
Returns true if a property is selected
Link copied to clipboard
open fun setSelectedBuildingId(selectedBuildingId: Int)
Link copied to clipboard
open fun setSelectedPropertyId(selectedPropertyId: Int)