Package-level declarations
Types
Link copied to clipboard
abstract class AbstractTraceDependantSpeed<T, O : RoutingServiceOptions<O>?, S : RoutingService<GeoPosition, O>?> : AbstractStrategyWithGPS, SpeedSelectionStrategy<T, P>
This strategy dynamically tries to move the node adjusting its speed to synchronize the reaction rate and the traces' data.
Link copied to clipboard
class RoutingTraceDependantSpeed<T, O : RoutingServiceOptions<O>?, S : RoutingService<GeoPosition, O>?> : AbstractTraceDependantSpeed<T, O, S>
This AbstractTraceDependantSpeed strategy computes the remaining distance by relying on maps data for the selected RoutingServiceOptions.
Link copied to clipboard
class StraightLineTraceDependantSpeed<T, O : RoutingServiceOptions<O>?, S : RoutingService<GeoPosition, O>?> : AbstractTraceDependantSpeed<T, O, S>
This AbstractTraceDependantSpeed uses the distance between coordinates for estimating the distance.