AdevintaSpain / AdevintaSpain/Leku
Address Not showing Up
- 主要語言
- Kotlin
- 星號
- 779
- 分支
- 171
- PR 合併指標
- 30 天內沒有已合併 PR
描述
When ever i run the intent
it does not shows the address it only shows the co ordinates
I tried using ```.withGooglePlacesApiKey(String.valueOf(R.string.google_maps_key))```
but didn't work
I also put ``` ```
in manifest
but no working and search bar is also not working.
```
Intent intent = new LocationPickerActivity.Builder()
.withDefaultLocaleSearchZone()
.shouldReturnOkOnBackPressed()
.withSatelliteViewHidden()
.withGooglePlacesApiKey(String.valueOf(R.string.google_maps_key))
.withGoogleTimeZoneEnabled()
.withSearchZone("hi_IN")
.build(getContext());
startActivityForResult(intent,1);
```
貢獻指南
研究方向
Start with the LocationPickerActivity.Builder configuration shown in the issue, especially the Google Places API key and search settings. Reproduce the flow and inspect how the activity resolves the address and search results. Done means the picker displays an address and the search bar works with the documented configuration.
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- android, kotlin
- 領域
- mobile
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 25/100