VMEVenueInfo

@Serializable
data class VMEVenueInfo(mapName: String, mapShortName: String, defaultBuildingId: String, globalLayerName: String, buildings: List<VMEBuildingInfo>)

This class holds the information about a venue.

Constructors

Link copied to clipboard
fun VMEVenueInfo(mapName: String, mapShortName: String, defaultBuildingId: String, globalLayerName: String, buildings: List<VMEBuildingInfo>)

Properties

Link copied to clipboard
val buildings: List<VMEBuildingInfo>
Link copied to clipboard
val defaultBuildingId: String
Link copied to clipboard
val globalLayerName: String
Link copied to clipboard
val mapName: String
Link copied to clipboard
val mapShortName: String

Extensions

Link copied to clipboard
fun VMEVenueInfo.toJsonObject(): JSONObject

Utility method to convert VMEVenueInfo to a JSONObject prefer the use of kotlinx.serialization. keep only to compatibility