ReplayEventsObserver

fun fun interface ReplayEventsObserver

Used to observe events replayed by the MapboxReplayer

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
replayEvents
Link copied to clipboard
abstract fun replayEvents(events: List<ReplayEventBase>)
Called with all events that occurred within a time window during replay
toString
Link copied to clipboard
open fun toString(): String

Inheritors

ReplayLocationEngine
Link copied to clipboard