Package com.mapbox.navigation.core.history
Types
Link copied to clipboard
class MapboxHistoryReader(val filePath: String) : Iterator<HistoryEvent>
Content copied to clipboard
Allows you to read history files previously saved by MapboxHistoryRecorder. All files in the MapboxHistoryRecorder.fileDirectory can be read with this reader.
Link copied to clipboard
Provides a mechanism for saving and retrieving Mapbox navigation history files. Retrieve an instance of this class through MapboxNavigation.historyRecorder.
Link copied to clipboard
Callback which called as a result of MapboxHistoryRecorder.stopRecording