Skip to main content

Module routing

Module routing 

Source

Structs§

RouteOptions
Options for route calculation.
RouteResponse
A unified route response from the core trait.
RouteResult
A unified route result from the core trait.
RouteStep
A single leg/step in a route (e.g., a turn-by-turn instruction).

Enums§

AvoidType
Avoid types for routing restrictions.
DepartureTime
Typed departure time for routing, matching, and isoline requests.
TransportMode
Transport mode for a route.

Traits§

Router