| Package | Description |
|---|---|
| de.aipark.api.requestsResponse.getChargingStationsForPosition | |
| de.aipark.api.requestsResponse.getChargingStationsForTile |
| Modifier and Type | Method and Description |
|---|---|
List<ChargingStation> |
GetChargingStationsForPositionResponse.getChargingStations() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetChargingStationsForPositionResponse.setChargingStations(List<ChargingStation> chargingStations) |
| Constructor and Description |
|---|
GetChargingStationsForPositionResponse(org.locationtech.jts.geom.Point position,
List<ChargingStation> chargingStations) |
| Modifier and Type | Method and Description |
|---|---|
List<ChargingStation> |
GetChargingStationsForTileResponse.getChargingStations() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetChargingStationsForTileResponse.setChargingStations(List<ChargingStation> chargingStations) |
| Constructor and Description |
|---|
GetChargingStationsForTileResponse(Tile tile,
List<ChargingStation> chargingStations) |
Copyright © 2019. All rights reserved.