M P I Data
class MPIData(maps: List<MPIMap>, polygons: List<MPINavigatable.MPIPolygon>, locations: List<MPINavigatable.MPILocation>, nodes: List<MPINavigatable.MPINode>, vortexes: List<MPINavigatable.MPIVortex>, mapGroups: List<MPIMapGroup>, rankings: MPIRankings?)
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
MPIData
Link copied to clipboard
fun MPIData(maps: List<MPIMap>, polygons: List<MPINavigatable.MPIPolygon>, locations: List<MPINavigatable.MPILocation>, nodes: List<MPINavigatable.MPINode>, vortexes: List<MPINavigatable.MPIVortex>, mapGroups: List<MPIMapGroup>, rankings: MPIRankings? = null)
Content copied to clipboard
Types
Functions
Properties
locations
Link copied to clipboard
An array of MPINavigatable.MPILocations in a venue (includes stores, washrooms, banks, etc.
mapGroups
Link copied to clipboard
nodes
Link copied to clipboard
polygons
Link copied to clipboard
An array of MPINavigatable.MPIPolygons in a venue
Note: every geographical area covered by every MPINavigatable.MPILocation in a venue
rankings
Link copied to clipboard
vortexes
Link copied to clipboard
An array of MPINavigatable.MPIVortexes in a venue (includes elevators, stairs, escalators, etc.