Classes

The following classes are available globally.

  • This class contains methods that help to display and interact with a Mappedin venue

    See more

    Declaration

    Swift

    public class MPIMapView : WKWebView
    extension MPIMapView: WKNavigationDelegate
  • Blue dot manager

    See more

    Declaration

    Swift

    public class MPIBlueDotManager
  • Camara controls manager

    See more

    Declaration

    Swift

    public class MPICameraControlsManager
  • A journey manager.

    See more

    Declaration

    Swift

    public class MPIJourneyManager
  • MPIData represents the data received when loading a specific venue. Venue is a spceific place (example: a mall).

    Note

    All core aspects of the venue, such as MPIMaps, MPILocations, MPIPolygons, MPINodes, MPIVortexes, MPIMapGroups, can be accessed through MPIData.
    See more

    Declaration

    Swift

    public class MPIData : Codable
  • MPIMaps represents one of the maps associated with a venue.

    • Example: map of the first floor at a given venue
    See more

    Declaration

    Swift

    public class MPIMap : 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
    See more

    Declaration

    Swift

    public class MPIMapGroup : Codable
  • MPIPayload stores a msgID and data required for an event as a string and a msgID

    See more

    Declaration

    Swift

    public class MPIPayload : Codable