MPIData
class MPIData( val venue: MPIVenue, val maps: List<MPIMap>, val polygons: List<MPINavigatable.MPIPolygon>, val locations: List<MPINavigatable.MPILocation>, val categories: List<MPICategory>, val nodes: List<MPINavigatable.MPINode>, val vortexes: List<MPINavigatable.MPIVortex>, val mapGroups: List<MPIMapGroup>, val rankings: MPIRankings? = null)
Content copied to clipboard
MPIData represents the data received when loading a specific venue. Venue is a specific place (example: a mall).
Note: All core aspects of the venue, such as MPIMaps, MPINavigatable.MPILocations, MPINavigatable.MPIPolygons, MPINavigatable.MPINodes, MPINavigatable.MPIVortexes, MPIMapGroups, can be accessed through MPIData.
Constructors
Link copied to clipboard
fun MPIData( venue: MPIVenue, maps: List<MPIMap>, polygons: List<MPINavigatable.MPIPolygon>, locations: List<MPINavigatable.MPILocation>, categories: List<MPICategory>, nodes: List<MPINavigatable.MPINode>, vortexes: List<MPINavigatable.MPIVortex>, mapGroups: List<MPIMapGroup>, rankings: MPIRankings? = null)
Content copied to clipboard
Types
Properties
Link copied to clipboard
Link copied to clipboard
An array of MPINavigatable.MPILocations in a venue (includes stores, washrooms, banks, etc.)
Link copied to clipboard
Link copied to clipboard
An array of MPINavigatable.MPINodes in a venue
Link copied to clipboard
An array of MPINavigatable.MPIPolygons in a venue
Link copied to clipboard
Link copied to clipboard
An array of MPINavigatable.MPIVortexes in a venue (includes elevators, stairs, escalators, etc.)