destinationLocation.setCenter(new GlobalPosition(latitude, longitude));
destinationLocation.setRadius(radius);
List<EdgeModel> underlyingEdges = TestCaseUtil.calculateUnderlyingEdges(latitude, longitude, radius, edges);
for (EdgeModel underlyingEdge : underlyingEdges) {
destinationLocation.addEdge(underlyingEdge);
}
AreaModel area = new AreaModel(destinationLocation, AreaModel.AreaType.DESTINATION);
area.setSimulationTime(simulationTime);
area.setVehicleCount(vehicleCount);