false // look for geolocalization info in the map
);
try {
conn.runServer();
System.out.println("Map bounds are: " + conn.queryBounds());
for (int i = 0; i < 10; i++) {
int time = conn.getCurrentSimStep();
Collection<Vehicle> vehicles = conn.getVehicleRepository().getAll().values();