Package-level declarations
Types
Link copied to clipboard
class RoutingTraceDependantSpeed<T, O : RoutingServiceOptions<O>?, S : RoutingService<GeoPosition, O>?> : TraceDependantSpeed<T, O, S>
This TraceDependantSpeed 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>?> : TraceDependantSpeed<T, O, S>
This TraceDependantSpeed uses the distance between coordinates for estimating the distance.
Link copied to clipboard
abstract class TraceDependantSpeed<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.