Package com. mappedin. sdk. models
Types
MPIActionType
Link copied to clipboard
MPIBearingType
Link copied to clipboard
MPIBlueDot
Link copied to clipboard
class MPIBlueDot(position: MPIPosition, _map: String, _nearestNode: String)
Content copied to clipboard
MPIBlueDot represents a blue dot.
MPIBlueDotPositionUpdate
Link copied to clipboard
class MPIBlueDotPositionUpdate(position: MPIPosition, _map: String, _nearestNode: String, bearing: Double?)
Content copied to clipboard
MPIBlueDotPositionUpdate gives the current position update of the blue dot.
MPIBlueDotState
Link copied to clipboard
MPIBlueDotState represents what we currently know about the user's position, and how confident we are.
MPIBlueDotStateChange
Link copied to clipboard
class MPIBlueDotStateChange(internalName: Int, internalMarkerVisibility: Int?, internalReason: Int?, message: String?)
Content copied to clipboard
MPIBlueDotStateChange contains the reason for an unexpected blue dot state change
MPIBlueDotStateReason
Link copied to clipboard
MPIData
Link copied to clipboard
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.
MPIDestinationSet
Link copied to clipboard
MPIDirections
Link copied to clipboard
data class MPIDirections(distance: Double, path: List<MPINavigatable.MPINode>, instructions: List<MPIDirections.MPIInstruction>)
Content copied to clipboard
MPIDirections contains paths and instructions to go from a MPINavigatable object to another MPINavigatable object
MPIGalleryImage
Link copied to clipboard
MPIImage
Link copied to clipboard
MPILocationState
Link copied to clipboard
MPIMapGroup
Link copied to clipboard
data class MPIMapGroup(id: String, name: String, maps: MutableList<MPIMap>)
Content copied to clipboard
MPIMapGroup represents a collection of maps (different floors of a single building).
MPIMarkerState
Link copied to clipboard
MPINavigatable
Link copied to clipboard
sealed class MPINavigatable
Content copied to clipboard
MPIOpeningHours
Link copied to clipboard
MPIPathNode
Link copied to clipboard
MPIPathNode contains the id of the node and the id of the map of the adjacent nodes of the MPINavigatable.MPINode
MPIPhone
Link copied to clipboard
MPIPicture
Link copied to clipboard
MPIPolygonRanking
Link copied to clipboard
data class MPIPolygonRanking(polygonId: String, entranceNodeId: String?, score: Double)
Content copied to clipboard
MPIPosition
Link copied to clipboard
data class MPIPosition(timestamp: Double?, coords: MPIPosition.MPICoordinates?, type: String, annotation: String?)
Content copied to clipboard
MPIPosition represents the geolocation of an object at a specific point in time
MPIRankings
Link copied to clipboard
MPISiblingGroup
Link copied to clipboard
MPITinyCoordinate
Link copied to clipboard
data class MPITinyCoordinate(type: String?, mapId: String, lat: Double, lon: Double)
Content copied to clipboard
MPITinyObject
Link copied to clipboard
MPIVenueResponse
Link copied to clipboard