| Package | Description |
|---|---|
| de.aipark.api.optimalTrip | |
| de.aipark.api.requestsResponse.getOptimalTrip |
| Modifier and Type | Method and Description |
|---|---|
static Preference |
Preference.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Preference[] |
Preference.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Preference> |
GetOptimalTripRequest.getPreferences() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetOptimalTripRequest.setPreferences(List<Preference> preferences) |
| Constructor and Description |
|---|
GetOptimalTripRequest(org.locationtech.jts.geom.Point departure,
org.locationtech.jts.geom.Point destination,
Timestamp departureTimestamp,
List<ParkingAreaDataFilter> filters,
List<Preference> preferences,
Long duration,
Integer maxDistance,
GetDriveByParkingAreaResults getDriveByParkingAreaResults) |
Copyright © 2019. All rights reserved.