ReplayHistorySessionOptions

class ReplayHistorySessionOptions

Options to use with the ReplayHistorySession.

Parameters

filePath

absolute path to the history file

replayHistoryMapper

converts history events into replayable events

enableSetRoute

relays the set route events into MapboxNavigation.setNavigationRoutes

Types

Link copied to clipboard
class Builder

Used to build ReplayHistorySession.

Functions

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

Regenerate whenever a change is made

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

Regenerate whenever a change is made

Link copied to clipboard
fun toBuilder(): ReplayHistorySessionOptions.Builder
Link copied to clipboard
open override fun toString(): String

Regenerate whenever a change is made

Properties

Link copied to clipboard
val enableSetRoute: Boolean
Link copied to clipboard
val filePath: String?
Link copied to clipboard
val replayHistoryMapper: ReplayHistoryMapper