AdevintaSpain / AdevintaSpain/Leku

Address Not showing Up

Aberta
#357 3 comentários 0 reações 1 responsável Reivindicada por @ferranpons Ver no GitHub
needs verification pending
Linguagem predominante
Kotlin
Estrelas
779
Forks
171
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

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);
```

Guia de contribuição

Abrir o guia de contribuição

Direção de pesquisa

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.

Escrita pelo modelo de indexação a partir do texto da issue.

Avaliação

Stack de tecnologia
android, kotlin
Domínio
mobile
Tipo de issue
Bug
Dificuldade
3/5
Tempo estimado
1-2 dias
Status de atividade
Estagnada
Clareza
Precisa de esclarecimento
Facilidade para iniciantes
25/100

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.