RoutingTraceDependantSpeed

This TraceDependantSpeed strategy computes the remaining distance by relying on maps data for the selected RoutingServiceOptions.

Parameters

<T>

Concentration type

Constructors

Link copied to clipboard
open fun RoutingTraceDependantSpeed(    environment: MapEnvironment<T, O, S>,     node: Node<T>,     reaction: Reaction<T>,     options: O)

Functions

Link copied to clipboard
open fun cloneIfNeeded(destination: Node<T>, reaction: Reaction<T>): RoutingTraceDependantSpeed<T, O, S>
Link copied to clipboard
fun getNodeMovementLength(target: GeoPosition): Double
abstract fun getNodeMovementLength(p: P): Double

Properties

Link copied to clipboard
protected open var trace: GPSTrace