IgnoreStreets

class IgnoreStreets<T, P : Position<P>?> : RoutingStrategy<T, P>

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

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: P, finalPos: P): Route<P>