MoveOnMapWithGPS

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>)(source)

Parameters

environment

the environment

node

the node

routingStrategy
speedSelectionStrategy
targetSelectionStrategy
path

resource(file, directory, ...) with GPS trace

cycle

true if the traces have to be distributed cyclically

normalizer

name of the class that implement the strategy to normalize the time

normalizerArgs

Args to build normalize


constructor(environment: MapEnvironment<T, O, S>, node: Node<T>, routingStrategy: RoutingStrategy<T, GeoPosition>, speedSelectionStrategy: SpeedSelectionStrategy<T, GeoPosition>, targetSelectionStrategy: TargetSelectionStrategy<T, GeoPosition>, trace: GPSTrace)(source)

Parameters

environment

the environment

node

the node

routingStrategy
speedSelectionStrategy
targetSelectionStrategy