Navigation SDK for Android Reference (1.0.0-rc.8)
All modules /  libnavigation-core / com.mapbox.navigation.core.replay.history

Package com.mapbox.navigation.core.replay.history

Types

CustomEventMapper

Additional mapper that can be used with ReplayHistoryMapper.

interface CustomEventMapper

ReplayEventBase

Base interface event for ReplayEvent

interface ReplayEventBase

ReplayEventGetStatus

The getStatus event from history. This may be deprecated soon but can be useful for comparing versions.

data class ReplayEventGetStatus : ReplayEventBase

ReplayEventLocation

Location data for replaying position

data class ReplayEventLocation

ReplayEvents

Replay event that mapped from ReplayHistoryDTO or created on your own. Override this to support new or custom events. Each event can be replayed by the MapboxReplayer

data class ReplayEvents

ReplayEventsObserver

Used to observe events replayed by the MapboxReplayer

interface ReplayEventsObserver

ReplayEventUpdateLocation

Location event for replaying device GPS and Fused locations providers

data class ReplayEventUpdateLocation : ReplayEventBase

ReplayHistoryDTO

Data representation of the string given by MapboxNavigation.retrieveHistory. If you'd like to add a custom event, add it to events and pass a CustomEventMapper to the ReplayHistoryMapper.

data class ReplayHistoryDTO

ReplayHistoryMapper

This class is responsible for creating ReplayEvents from history data.

class ReplayHistoryMapper