Builder

class Builder

Used to build ReplayRouteOptions.

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

build
Link copied to clipboard
fun build(): ReplayRouteOptions
Build your ReplayRouteOptions.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
frequency
Link copied to clipboard
fun frequency(frequency: Double): ReplayRouteOptions.Builder
Number of signals per second.
hashCode
Link copied to clipboard
open fun hashCode(): Int
maxAcceleration
Link copied to clipboard
fun maxAcceleration(maxAcceleration: Double): ReplayRouteOptions.Builder
How fast the driver will accelerate to maxSpeedMps
maxSpeedMps
Link copied to clipboard
fun maxSpeedMps(maxSpeedMps: Double): ReplayRouteOptions.Builder
Max speed the driver will drive on straight-aways
minAcceleration
Link copied to clipboard
fun minAcceleration(minAcceleration: Double): ReplayRouteOptions.Builder
How fast the driver will decelerate
toString
Link copied to clipboard
open fun toString(): String
turnSpeedMps
Link copied to clipboard
fun turnSpeedMps(minSpeedMps: Double): ReplayRouteOptions.Builder
Speed the driver will slow down for turns approaching 90 degrees
uTurnSpeedMps
Link copied to clipboard
fun uTurnSpeedMps(uTurnSpeedMps: Double): ReplayRouteOptions.Builder
Speed the driver will go when facing a u-turn