Venue Map Data objects

  • Class that loads data from VMD file, finds waypaths, and labels waypoints. This is the top level class that encapsulates all data for the venue.

    Since

    1.5
    See more

    Declaration

    Swift

    @objcMembers
    open class VMVenue : NSObject
  • Declaration

    Swift

    @objcMembers
    open class VMMapUnit : NSObject
  • Class that contains information for a building within a venue. Encapsulates floors (VMMSBaseFloor) that are in this building.

    Since

    1.1
    See more

    Declaration

    Objective-C

    @interface VMMSBaseBuilding : NSObject

    Swift

    class VMMSBaseBuilding : NSObject
  • class that contains information for a floor within a building. Encapsulates waypoints (VMMSWaypoint) that are on this floor.

    Since

    1.1
    See more

    Declaration

    Objective-C

    @interface VMMSBaseFloor : NSObject

    Swift

    class VMMSBaseFloor : NSObject
  • Different types of map units

    Since

    1.1
    See more

    Declaration

    Objective-C

    enum VMMSMapUnitType : NSUInteger {}