Package com.mapbox.navigation.core.history

Types

MapboxHistoryReader
Link copied to clipboard
class MapboxHistoryReader(filePath: String) : Iterator<HistoryEvent>
Allows you to read history files previously saved by MapboxHistoryRecorder.
MapboxHistoryRecorder
Link copied to clipboard
class MapboxHistoryRecorder
Provides a mechanism for saving and retrieving Mapbox navigation history files.
SaveHistoryCallback
Link copied to clipboard
fun fun interface SaveHistoryCallback
Callback which called as a result of MapboxHistoryRecorder.stopRecording