VMEVenueInfo

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

This class holds the information about a venue.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

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