replay
fun replay(recordedSequence: ByteBuffer, options: MapPlayerOptions = mapPlayerOptions { }, onEnded: () -> Unit = { })
Replay a supplied sequence.
Parameters
recorded Sequence
Sequence recorded with stopRecording method.
options
Options to customize the behaviour of the playback.
on Ended
Callback to call when the playback ends.