ReplayEvents

data class ReplayEvents(val events: MutableList<ReplayEventBase>)

Replay event that mapped from ReplayHistoryMapper or created on your own. Override this to support new or custom events. Each event can be replayed by the MapboxReplayer.

Parameters

events

Assumes chronological order, index 0 moves to List.size over time

Constructors

Link copied to clipboard
fun ReplayEvents(events: MutableList<ReplayEventBase>)

Properties

Link copied to clipboard
val events: MutableList<ReplayEventBase>