pushEvents

fun pushEvents(events: List<ReplayEventBase>): MapboxReplayer

Appends events to be replayed. Notice the basis of your ReplayEventBase.eventTimestamp. When they are drastically different, you may need to seekTo events.

Return

MapboxReplayer

Parameters

events

the events to be replayed.