Package com.mapbox.navigation.core.replay.history
Types
Link copied to clipboard
Base interface event for ReplayEvent.
Link copied to clipboard
data class ReplayEventGetStatus(val eventTimestamp: Double) : ReplayEventBase
Content copied to clipboard
The getStatus event from history. This may be deprecated soon but can be useful for comparing versions.
Link copied to clipboard
Link copied to clipboard
Replay event that mapped from ReplayHistoryMapper or created on your own. Override this to support new or custom events. Each event can be replayed by the MapboxReplayer.
Link copied to clipboard
Used to observe events replayed by the MapboxReplayer
Link copied to clipboard
data class ReplayEventUpdateLocation(val eventTimestamp: Double, val location: ReplayEventLocation) : ReplayEventBase
Content copied to clipboard
Location event for replaying device GPS and Fused locations providers
Link copied to clipboard
Mapper that can be used with ReplayHistoryMapper.
Link copied to clipboard
Mapper used to convert MapboxHistoryReader events into events replayable by the MapboxReplayer. Record navigation history data using the MapboxHistoryRecorder.
Link copied to clipboard
Route data for replaying when a route is set.
Link copied to clipboard
Content copied to clipboard
Route data for replaying when a route is set.