Package com.mapbox.navigation.core.history.model

Types

HistoryEvent
Link copied to clipboard
interface HistoryEvent
Base interface event for the HistoryRecord
HistoryEventGetStatus
Link copied to clipboard
class HistoryEventGetStatus : HistoryEvent
Represents a historical status event.
HistoryEventPushHistoryRecord
Link copied to clipboard
class HistoryEventPushHistoryRecord : HistoryEvent
Custom event from the navigators history.
HistoryEventSetRoute
Link copied to clipboard
class HistoryEventSetRoute : HistoryEvent
Historical event that represents when a route was set.
HistoryEventUpdateLocation
Link copied to clipboard
class HistoryEventUpdateLocation : HistoryEvent
Represents raw locations captured by and saved in history files.
HistoryWaypoint
Link copied to clipboard
class HistoryWaypoint
Represents a waypoint in the HistoryEventSetRoute event.