ReplayEvents

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>)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean

Indicates whether some other object is "equal to" this one.

Link copied to clipboard
open override fun hashCode(): Int

Returns a hash code value for the object.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.

Properties

Link copied to clipboard
val events: MutableList<ReplayEventBase>