AdevintaSpain / AdevintaSpain/Leku

Address Not showing Up

Abierto
#357 3 comentarios 0 reacciones 1 asignado Reclamado por @ferranpons Ver en GitHub
needs verification pending
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

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.