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

Builder
Link copied to clipboard
class Builder
Builder for RerouteOptions.

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Regenerate whenever a change is made
hashCode
Link copied to clipboard
open override fun hashCode(): Int
Regenerate whenever a change is made
toBuilder
Link copied to clipboard
fun toBuilder(): RerouteOptions.Builder
toString
Link copied to clipboard
open override fun toString(): String
Returns a string representation of the object.

Properties

avoidManeuverSeconds
Link copied to clipboard
val avoidManeuverSeconds: Int
a radius in seconds around reroute origin point where need to avoid any significant maneuvers.