Routing Trace Dependant Speed
class RoutingTraceDependantSpeed<T, O : RoutingServiceOptions<O>?, S : RoutingService<GeoPosition, O>?> : TraceDependantSpeed<T, O, S>
Content copied to clipboard
This TraceDependantSpeed strategy computes the remaining distance by relying on maps data for the selected RoutingServiceOptions.
Parameters
Constructors
Link copied to clipboard
open fun RoutingTraceDependantSpeed(environment: MapEnvironment<T, O, S>, node: Node<T>, reaction: Reaction<T>, options: O)
Content copied to clipboard
Functions
Link copied to clipboard
open fun cloneIfNeeded(destination: Node<T>, reaction: Reaction<T>): RoutingTraceDependantSpeed<T, O, S>
Content copied to clipboard
Link copied to clipboard