MPIMapGroup

public class MPIMapGroup : Codable

MPIMapGroup represents a collection of maps.

Note

All MPIMaps 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

    id of the MPIMapGroup 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 the MPIMapGroup

    Declaration

    Swift

    public var maps: [MPIMap]