M P I Navigatable
sealed class MPINavigatable
Content copied to clipboard
Types
MPILocation
Link copied to clipboard
data class MPILocation(id: String, name: String?, type: String?, categories: List<String>, description: String?, sortOrder: Double?, logo: MPIImage?, phone: MPIPhone?, social: MPISocial?, color: MPIColor?, shortName: String?, detailsUrl: String?, parent: String?, tags: List<String>?, externalId: String?, picture: MPIPicture?, states: List<MPILocationState>?, operationalHours: List<MPIOpeningHours>?, siblingGroups: List<MPISiblingGroup>?, gallery: List<MPIGalleryImage>?) : MPINavigatable
Content copied to clipboard
MPILocation represents a specific area of interest such as a store location
Note: A MPILocation's MPINodes and MPIPolygons can be on multiple MPIMaps, or in multiple non-adjacent places on the same MPIMap. For example, all washrooms at a given venue could belong to one MPILocation. A washroom location might a have a few MPIPolygons spread throughout the venue for each one that exists. On the other hand, a department store could live on multiple floors. A single store can just have one presence, and therefore one MPIPolygon . Some Locations just have a single point with MPINodes.
Note: MPILocation has an ID and will be linked to MPINode, MPIPolygon.
MPIPolygon
Link copied to clipboard
data class MPIPolygon(id: String, map: String, layer: String?, layerId: String?, externalId: String?, name: String?) : MPINavigatable
Content copied to clipboard
MPIVortex
Link copied to clipboard
data class MPIVortex(id: String, name: String?, type: MPINavigatable.MPIVortexType?) : MPINavigatable
Content copied to clipboard
MPIVortexType
Link copied to clipboard
MPIVortexTypeSerializer
Link copied to clipboard
object MPIVortexTypeSerializer
Content copied to clipboard
Functions
Properties
Inheritors
MPINavigatable
Link copied to clipboard
MPINavigatable
Link copied to clipboard
MPINavigatable
Link copied to clipboard
MPINavigatable
Link copied to clipboard