| Modifier and Type | Method and Description |
|---|---|
Tile |
GetChargingStationsForTileResponse.getTile() |
Tile |
GetChargingStationsForTileRequest.getTile() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetChargingStationsForTileResponse.setTile(Tile tile) |
void |
GetChargingStationsForTileRequest.setTile(Tile tile) |
| Constructor and Description |
|---|
GetChargingStationsForTileRequest(Tile tile,
ChargingStationFilter chargingStationFilter) |
GetChargingStationsForTileResponse(Tile tile,
List<ChargingStation> chargingStations) |
| Modifier and Type | Method and Description |
|---|---|
Tile |
GetLiveOpenSpotsRequest.getTile() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetLiveOpenSpotsRequest.setTile(Tile tile) |
| Constructor and Description |
|---|
GetLiveOpenSpotsRequest(Tile tile,
Timestamp fromTimestamp,
Timestamp untilTimestamp) |
| Modifier and Type | Method and Description |
|---|---|
Tile |
GetLiveSpotsForTileRequest.getTile() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetLiveSpotsForTileRequest.setTile(Tile tile) |
| Constructor and Description |
|---|
GetLiveSpotsForTileRequest(Tile tile,
Timestamp timestamp) |
| Modifier and Type | Method and Description |
|---|---|
Tile |
GetParkingAreasForTileRequest.getTile() |
| Modifier and Type | Method and Description |
|---|---|
MapEntry<Tile,List<ParkingArea>> |
GetParkingAreasForTileResponse.getTileParkingAreas() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetParkingAreasForTileRequest.setTile(Tile tile) |
| Modifier and Type | Method and Description |
|---|---|
void |
GetParkingAreasForTileResponse.setTileParkingAreas(MapEntry<Tile,List<ParkingArea>> tileParkingAreas) |
| Constructor and Description |
|---|
GetParkingAreasForTileRequest(Tile tile,
List<ParkingAreaDataFilter> filters) |
| Modifier and Type | Method and Description |
|---|---|
Tile |
GetParkingAreasForTileWithOccupancyRequest.getTile() |
| Modifier and Type | Method and Description |
|---|---|
MapEntry<Tile,List<ParkingAreaWithOccupancy>> |
GetParkingAreasForTileWithOccupancyResponse.getTileParkingAreaWithOccupancyMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetParkingAreasForTileWithOccupancyRequest.setTile(Tile tile) |
| Modifier and Type | Method and Description |
|---|---|
void |
GetParkingAreasForTileWithOccupancyResponse.setTileParkingAreaWithOccupancyMap(MapEntry<Tile,List<ParkingAreaWithOccupancy>> tileParkingAreaWithOccupancyMap) |
| Constructor and Description |
|---|
GetParkingAreasForTileWithOccupancyRequest(Tile tile,
List<ParkingAreaDataFilter> filters,
Timestamp timestamp) |
| Modifier and Type | Method and Description |
|---|---|
Tile |
GetParkingAreasForTileWithOccupancyForDepartureRequest.getTile() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetParkingAreasForTileWithOccupancyForDepartureRequest.setTile(Tile tile) |
| Constructor and Description |
|---|
GetParkingAreasForTileWithOccupancyForDepartureRequest(Tile tile,
List<ParkingAreaDataFilter> filters,
Timestamp departureTimestamp,
org.locationtech.jts.geom.Point departurePosition) |
| Modifier and Type | Method and Description |
|---|---|
Tile |
Tile.getRoundedTile() |
static Tile |
TileMapper.getTileIndexFromLatLng(org.locationtech.jts.geom.Point point,
int zoom) |
| Modifier and Type | Method and Description |
|---|---|
static org.locationtech.jts.geom.Point |
TileMapper.getLatLngFromTileIndex(Tile tile) |
| Modifier and Type | Method and Description |
|---|---|
Tile |
TileDeserializer.deserializeKey(String key,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Copyright © 2019. All rights reserved.