RouteIncrementOptions

class RouteIncrementOptions(val route: Route, val planningOptions: RoutePlanningOptions)

Options for calculating route contents.

Parameters

route

The route passed for further incremental computation of its contents.

planningOptions

The options used for route planning.

Constructors

Link copied to clipboard
constructor(route: Route, planningOptions: RoutePlanningOptions)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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

Checks if this RouteIncrementOptions object is structurally equal to another object.

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

Returns a hash code value for the object, which allows it to be used in hash-based collections.

Link copied to clipboard
open override fun toString(): String

Returns a string representation of the object.