Building

data class Building(val id: Int, val address: String, val lat: Double? = null, val lng: Double? = null, val name: String? = null, val timeZone: String? = null, val data: String? = null) : Parcelable

Constructors

Link copied to clipboard
constructor(id: Int, address: String, lat: Double? = null, lng: Double? = null, name: String? = null, timeZone: String? = null, data: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val data: String? = null
Link copied to clipboard
val id: Int
Link copied to clipboard
val lat: Double? = null
Link copied to clipboard
val lng: Double? = null
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val timeZone: String? = null

Inherited functions

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