ReplayRouteSessionOptions

class ReplayRouteSessionOptions

Options to use with the ReplayRouteSession.

Parameters

replayRouteOptions

ReplayRouteOptions to change the simulated driver

locationResetEnabled

Reset to device location when route no route is set

decodeMinDistance

Decode the geometry distance in kilometers at a time

Types

Link copied to clipboard
class Builder

Used to build ReplayRouteSession.

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(): ReplayRouteSessionOptions.Builder
Link copied to clipboard
open override fun toString(): String

Regenerate whenever a change is made

Properties

Link copied to clipboard
val decodeMinDistance: Double
Link copied to clipboard
val locationResetEnabled: Boolean
Link copied to clipboard
val replayRouteOptions: ReplayRouteOptions