Building

data class Building : Parcelable

Represents a building on the map.

Since

0.0.86

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The id of the building

Link copied to clipboard

The levels of the building

Link copied to clipboard

The name of the building

Functions

Link copied to clipboard
open override fun describeContents(): Int
Link copied to clipboard
open override fun writeToParcel(parcel: Parcel, flags: Int)