Move On Map With GPS
open class MoveOnMapWithGPS<T, O : RoutingServiceOptions<O>, S : RoutingService<GeoPosition, O>>(environment: MapEnvironment<T, O, S>, node: Node<T>, routingStrategy: RoutingStrategy<T, GeoPosition>, speedSelectionStrategy: SpeedSelectionStrategy<T, GeoPosition>, targetSelectionStrategy: TargetSelectionStrategy<T, GeoPosition>, trace: GPSTrace) : MoveOnMap<T, O, S>
Basic action that follows a GPSTrace.
Inheritors
Constructors
Link copied to clipboard
constructor(environment: MapEnvironment<T, O, S>, node: Node<T>, routingStrategy: RoutingStrategy<T, GeoPosition>, speedSelectionStrategy: SpeedSelectionStrategy<T, GeoPosition>, targetSelectionStrategy: TargetSelectionStrategy<T, GeoPosition>, trace: GPSTrace)
constructor(environment: MapEnvironment<T, O, S>, node: Node<T>, routingStrategy: RoutingStrategy<T, GeoPosition>, speedSelectionStrategy: SpeedSelectionStrategy<T, GeoPosition>, targetSelectionStrategy: TargetSelectionStrategy<T, GeoPosition>, path: String, cycle: Boolean, normalizer: String, vararg normalizerArgs: Any?)
Functions
Link copied to clipboard
Link copied to clipboard
Detects if the move is in absolute or relative coordinates, then calls the correct method on the Environment.
Link copied to clipboard
Link copied to clipboard