| Modifier and Type | Method and Description |
|---|---|
List<ParkingAreaWithOccupancy> |
OptimalTrip.getParkingAreaResultsDriveBy() |
List<ParkingAreaWithOccupancy> |
OptimalTrip.getParkingAreaResultsOptimalTrip() |
| Modifier and Type | Method and Description |
|---|---|
void |
OptimalTrip.setParkingAreaResultsDriveBy(List<ParkingAreaWithOccupancy> parkingAreaResultsDriveBy) |
void |
OptimalTrip.setParkingAreaResultsOptimalTrip(List<ParkingAreaWithOccupancy> parkingAreaResultsOptimalTrip) |
| 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) |
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 | Method and Description |
|---|---|
List<ParkingAreaWithOccupancy> |
GetParkingAreasForPositionWithOccupancyResponse.getParkingAreasWithOccupancy() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetParkingAreasForPositionWithOccupancyResponse.setParkingAreasWithOccupancy(List<ParkingAreaWithOccupancy> parkingAreasWithOccupancy) |
| Constructor and Description |
|---|
GetParkingAreasForPositionWithOccupancyResponse(List<ParkingAreaWithOccupancy> parkingAreasWithOccupancy) |
| Modifier and Type | Method and Description |
|---|---|
MapEntry<Tile,List<ParkingAreaWithOccupancy>> |
GetParkingAreasForTileWithOccupancyResponse.getTileParkingAreaWithOccupancyMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetParkingAreasForTileWithOccupancyResponse.setTileParkingAreaWithOccupancyMap(MapEntry<Tile,List<ParkingAreaWithOccupancy>> tileParkingAreaWithOccupancyMap) |
Copyright © 2019. All rights reserved.