RerouteOptions

class RerouteOptions

Reroute options

Parameters

avoidManeuverSeconds

a radius in seconds around reroute origin point where need to avoid any significant maneuvers. Unit is seconds.

Types

Link copied to clipboard
class Builder

Builder for RerouteOptions.

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

Returns a string representation of the object.

Properties

Link copied to clipboard
val avoidManeuverSeconds: Int