googlemaps / googlemaps/google-maps-services-java
Places: PlaceAutocompleteType is missing values
Aperta
triage me
type: bug
- Lingua principale
- Java
- Stelle
- 1.8k
- Fork
- 973
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
#### Environment details
Library version: 2.1.2
#### Code example
```java
PlacesApi.placeAutocomplete(someContext, "Zurich", new PlaceAutocompleteRequest.SessionToken())
.types(PlaceAutocompleteType.ESTABLISHMENT)
```
2 issues:
1. The PlaceAutocompleteType enum only covers a small subset of available types according to https://developers.google.com/maps/documentation/places/web-service/supported_types#table2
2. There is no way to use multiple types, which is possible via REST calls.
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.