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

Types

Link copied to clipboard
interface HistoryEvent

Base interface event for the HistoryRecord

Link copied to clipboard
class HistoryEventGetStatus : HistoryEvent

Represents a historical status event.

Link copied to clipboard
class HistoryEventPushHistoryRecord : HistoryEvent

Custom event from the navigators history.

Link copied to clipboard
class HistoryEventSetRoute : HistoryEvent

Historical event that represents when a route was set.

Link copied to clipboard
class HistoryEventUpdateLocation : HistoryEvent

Represents raw locations captured by and saved in history files.

Link copied to clipboard
class HistoryWaypoint

Represents a waypoint in the HistoryEventSetRoute event.