googlemaps / googlemaps/google-maps-services-java
Places: PlaceAutocompleteType is missing values
オープン
triage me
type: bug
- 主要言語
- Java
- スター
- 1.8k
- フォーク
- 973
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
#### 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.
コントリビューションガイド
評価
この issue はまだ評価されていません。