BGPElement

data class BGPElement(val pos: List<Double>? = null, val mapId: Int? = null, val mapName: String? = null, val type: BGPElementType? = null, val icon: String? = null) : Parcelable

Constructors

Link copied to clipboard
constructor(pos: List<Double>? = null, mapId: Int? = null, mapName: String? = null, type: BGPElementType? = null, icon: String? = null)

Properties

Link copied to clipboard
val icon: String? = null
Link copied to clipboard
val mapId: Int? = null
Link copied to clipboard
val mapName: String? = null
Link copied to clipboard
val pos: List<Double>? = null
Link copied to clipboard
val type: BGPElementType? = null

Inherited functions

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