IgnoreStreets

This strategy ignores any information about the map, and connects the starting and ending point with a straight line using PolygonalChain.

Parameters

<T>

Concentration type

<P>

position type

Constructors

Link copied to clipboard
constructor()

Functions

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