data class Location
Author
Pawel Dylag (pawel.dylag@estimote.com)
Location(name: String = "", identifier: String = "", public: Boolean = true, owner: String = "", orientation: Double = 0.0, walls: List<LocationWall> = emptyList(), beacons: List<LocationBeacon> = emptyList(), linearObjects: List<LocationLinearObject> = emptyList()) |
val beacons: List<LocationBeacon> |
|
val identifier: String |
|
val linearObjects: List<LocationLinearObject> |
|
val name: String |
|
val orientation: Double |
|
val owner: String |
|
val public: Boolean |
|
val walls: List<LocationWall> |