MPIMapGroup
public class MPIMapGroup : Codable
MPIMapGroup
represents a collection of maps.
Note
AllMPIMaps
will be in an MPIMapGroup
. If your venue is a single building, you can ignore map groups.
- Example: different floors of a single building
-
id
of theMPIMapGroup
This id can be used for the lifetime of the data you get back, but it may not be present in future calls.Declaration
Swift
public var id: String
-
name of
MPIMapGroup
Declaration
Swift
public var name: String?
-
MPIMaps
within theMPIMapGroup
Declaration
Swift
public var maps: [MPIMap]