googlemaps / googlemaps/google-maps-services-java
Places: PlaceAutocompleteType is missing values
Đang mở
triage me
type: bug
- Ngôn ngữ chính
- Java
- Star
- 1.8k
- Fork
- 973
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
#### 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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.