googlemaps / googlemaps/google-maps-services-java

Unknown type for enum com.google.maps.model.AddressComponentType: 'administrative_area_level_7'

オープン
#985 コメント 1 件 リアクション 4 件 担当者 0 名 GitHub で見る
triage me type: bug
主要言語
Java
スター
1.8k
フォーク
973
PR マージ指標
30日以内にマージされた PR はありません

説明

#### Environment details

1. Specify the API : Places API
2. OS type and version : macOS Sonoma 14.4
3. Library version and other environment information: 2.2.0

#### Steps to reproduce

A warning is thrown when ever api returns place type `administrative_area_level_6` or `administrative_area_level_7` - example if api contains response of type below

```
{
"long_name": "RT.2",
"short_name": "RT.2",
"types": [
"administrative_area_level_7",
"political"
]
}
```

#### Stack trace

```
Unknown type for enum com.google.maps.model.AddressComponentType: 'administrative_area_level_7'
```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。