Simulation
  constructor(startTime: Instant = Instant.now(), velocity: Double = 10.0, horizontalAccuracy: Double = 0.0, verticalAccuracy: Double = 0.0)
Creates a SimulationParameters.
Since
200.1.0
Parameters
start
Date and time of the first location. Each subsequent location will increment its timestamp by one second.
velocity
Rate of travel, in meters per second. Note that a low velocity increases the number of locations created. The default value is 10.0.
horizontal
The horizontal accuracy to assign to generated locations. The default value is 0.0.
vertical
The vertical accuracy to assign to generated locations. The default value is 0.0.