MoveOnMapWithGPS
open class MoveOnMapWithGPS<T, O : RoutingServiceOptions<O>?, S : RoutingService<GeoPosition, O>?> : MoveOnMap<T, O, S> (source)
basic action that follow a GPSTrace.
Parameters
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>, path: String, cycle: Boolean, normalizer: String, normalizerArgs: Array<Any>)
constructor(environment: MapEnvironment<T, O, S>, node: Node<T>, routingStrategy: RoutingStrategy<T, GeoPosition>, speedSelectionStrategy: SpeedSelectionStrategy<T, GeoPosition>, targetSelectionStrategy: TargetSelectionStrategy<T, GeoPosition>, trace: GPSTrace)