FollowTrace

class FollowTrace<T> : AbstractStrategyWithGPS, TargetSelectionStrategy<T, P>

This strategy follows a Route.

Constructors

Link copied to clipboard
open fun FollowTrace(reaction: Reaction<out Any>)

Functions

Link copied to clipboard
open fun cloneIfNeeded(destination: Node<T>, reaction: Reaction<T>): FollowTrace<T>
Link copied to clipboard
open fun getTarget(): GPSPoint

Properties

Link copied to clipboard
protected open var trace: GPSTrace