OnStreets

This strategy computes a route along streets allowed for a selected RoutingServiceOptions connecting the starting and ending point.

Parameters

<T>

Concentration type

Constructors

Link copied to clipboard
constructor(environment: MapEnvironment<T, O, S>, options: O)

Functions

Link copied to clipboard
open fun cloneIfNeeded(destination: Node<T>, reaction: Reaction<T>): RoutingStrategy<T, P>
Link copied to clipboard
open fun computeRoute(currentPos: GeoPosition, finalPos: GeoPosition): Route<GeoPosition>