Level

data class Level : Parcelable

Represents a level of a building on the map.

Since

0.0.86

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The abbreviated name of the level, usually one or two characters

Link copied to clipboard

The id of the level

Link copied to clipboard

The relative floor number, where 0 is the ground floor, positive numbers are upper floors, and negative numbers are underground floors

Link copied to clipboard

The full name of the level

Link copied to clipboard

The ID of the terrain which depicts this floor on the map.

Functions

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