MapboxHistoryReader

Allows you to read history files previously saved by MapboxHistoryRecorder. All files in the MapboxHistoryRecorder.fileDirectory can be read with this reader.

Parameters

filePath

absolute path to a file containing the native history file.

Constructors

Link copied to clipboard
constructor(filePath: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun hasNext(): Boolean

Returns true if the iteration has more elements.

Link copied to clipboard
open operator override fun next(): HistoryEvent

Returns the next element in the iteration.