MPINavigatable
Types
Link copied to clipboard
data class MPILocation( val id: String, val name: String? = null, val type: String? = null, val categories: List<String>, val description: String? = null, val sortOrder: Double? = null, val logo: MPIImage? = null, val phone: MPIPhone? = null, val social: MPISocial? = null, val color: MPIColor? = null, val shortName: String? = null, val detailsUrl: String? = null, val parent: String? = null, val tags: List<String>? = null, val externalId: String? = null, val picture: MPIPicture? = null, val states: List<MPILocationState>? = null, val operationalHours: List<MPIOpeningHours>? = null, val siblingGroups: List<MPISiblingGroup>? = null, val gallery: List<MPIGalleryImage>? = null) : MPINavigatable
Content copied to clipboard
MPILocation represents a specific area of interest such as a store location
Link copied to clipboard
data class MPINode( val id: String, val x: Double? = null, val y: Double? = null, val map: String? = null, val externalId: String? = null, val accessible: Boolean? = null, val paths: List<MPIPathNode>? = null) : MPINavigatable
Content copied to clipboard
Link copied to clipboard
data class MPIPolygon( val id: String, val map: String, val layer: String? = null, val layerId: String? = null, val externalId: String? = null, val name: String? = null) : MPINavigatable
Content copied to clipboard
MPIPolygon represents the geographical area covered by a MPILocation in a venue.
Link copied to clipboard
data class MPIVortex( val id: String, val name: String? = null, var type: MPINavigatable.MPIVortexType? = null) : MPINavigatable
Content copied to clipboard
Link copied to clipboard
MPIVortexType represents the type of entity to move from one MPIMap to another MPIMap
Link copied to clipboard
Initialization to assign each vortex to its corresponding vortex type