googlemaps / googlemaps/google-maps-services-java
Places: PlaceAutocompleteType is missing values
Open
triage me
type: bug
- Dominant language
- Java
- Stars
- 1.8k
- Forks
- 973
- PR merge metrics
- No merged PRs in 30d
Description
#### 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.
Contributor guide
Assessment
This issue has not been assessed yet.