Move On Map With GPS
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>)
Parameters
environment
the environment
node
the node
routing Strategy
the RoutingStrategy
speed Selection Strategy
target Selection Strategy
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
normalizer Args
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)
Parameters
environment
the environment
node
the node
routing Strategy
the RoutingStrategy
speed Selection Strategy
target Selection Strategy
trace