MapboxHistoryReader
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.