AdevintaSpain / AdevintaSpain/Leku
Address Not showing Up
- Lenguaje dominante
- Kotlin
- Estrellas
- 779
- Forks
- 171
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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);
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.