M P I Map Group
data class MPIMapGroup(id: String, name: String, maps: MutableList<MPIMap>)
Content copied to clipboard
MPIMapGroup represents a collection of maps (different floors of a single building).
Note: All MPIMaps will be in a MPIMapGroup. If your venue is a single building, you can ignore map groups.
Constructors
MPIMapGroup
Link copied to clipboard
fun MPIMapGroup(id: String, name: String, maps: MutableList<MPIMap> = mutableListOf())
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
copy
Link copied to clipboard
fun copy(id: String, name: String, maps: MutableList<MPIMap> = mutableListOf()): MPIMapGroup
Content copied to clipboard