Classes
The following classes are available globally.
-
This class contains methods that help to display and interact with a Mappedin venue
See moreDeclaration
Swift
public class MPIMapView : WKWebView
extension MPIMapView: WKNavigationDelegate
-
Blue dot manager
See moreDeclaration
Swift
public class MPIBlueDotManager
-
Camara controls manager
See moreDeclaration
Swift
public class MPICameraControlsManager
-
A journey manager.
See moreDeclaration
Swift
public class MPIJourneyManager
-
Camara controls manager
See moreDeclaration
Swift
public class MPISearchManager
-
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 asMPIMaps
,MPILocations
,MPIPolygons
,MPINodes
,MPIVortexes
,MPIMapGroups
, can be accessed throughMPIData
.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
Declaration
Swift
public class MPIMap : Codable
-
MPIMapGroup
represents a collection of maps.Note
AllMPIMaps
will be in anMPIMapGroup
. If your venue is a single building, you can ignore map groups.- Example: different floors of a single building
Declaration
Swift
public class MPIMapGroup : Codable
-
See moreMPIPayload
stores a msgID and data required for an event as a string and a msgIDDeclaration
Swift
public class MPIPayload : Codable