| Package | Description |
|---|---|
| de.aipark.api.optimalTrip | |
| de.aipark.api.parkingarea | |
| de.aipark.api.requestsResponse.getOptimalTrip |
| Modifier and Type | Method and Description |
|---|---|
List<ParkingAreaType> |
OptimalTrip.getPreferredType() |
| Modifier and Type | Method and Description |
|---|---|
void |
OptimalTrip.setPreferredType(List<ParkingAreaType> preferredType) |
| 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) |
| Modifier and Type | Field and Description |
|---|---|
static List<ParkingAreaType> |
ParkingAreaType.ALL_CAR_PARK_TYPES |
| Modifier and Type | Method and Description |
|---|---|
static ParkingAreaType |
ParkingAreaType.getDefaultValue() |
ParkingAreaType |
ParkingArea.getParkingAreaType() |
static ParkingAreaType |
ParkingAreaType.lookUpType(String type) |
static ParkingAreaType |
ParkingAreaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParkingAreaType[] |
ParkingAreaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParkingAreaType> |
GetDriveByParkingAreaResults.getDriveByParkingAreaTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetDriveByParkingAreaResults.setDriveByParkingAreaTypes(List<ParkingAreaType> driveByParkingAreaTypes) |
| Constructor and Description |
|---|
GetDriveByParkingAreaResults(Double maxDistanceToRouteInM,
List<GetDriveByParkingAreaResultsConstraint> getDriveByParkingAreaResultsConstraints,
List<ParkingAreaType> driveByParkingAreaTypes) |
Copyright © 2019. All rights reserved.