| Package | Description |
|---|---|
| de.aipark.api.optimalTrip |
| Modifier and Type | Method and Description |
|---|---|
Route |
OptimalTrip.getRoute() |
| Modifier and Type | Method and Description |
|---|---|
void |
OptimalTrip.setRoute(Route route) |
| Constructor and Description |
|---|
OptimalTrip(List<org.locationtech.jts.geom.Point> stopoverPoints,
List<ParkingAreaWithOccupancy> parkingAreaResultsOptimalTrip,
List<ParkingAreaWithOccupancy> parkingAreaResultsDriveBy,
Route route,
org.locationtech.jts.geom.Point destination,
boolean free,
boolean handicapped,
boolean resident,
double probability,
Integer parkingSpaces,
List<ParkingAreaType> preferredType,
Integer estimatedSearchDuration) |
Copyright © 2019. All rights reserved.