Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address Not showing Up #357

Open
PramathNaik opened this issue Sep 11, 2022 · 3 comments
Open

Address Not showing Up #357

PramathNaik opened this issue Sep 11, 2022 · 3 comments
Assignees
Labels

Comments

@PramathNaik
Copy link

PramathNaik commented Sep 11, 2022

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 <meta-data android:name="com.google.android.geo.API_KEY" android:value="@string/google_maps_key" />
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);
@ferranpons
Copy link
Member

@PramathNaik Please could you provide more info about the device and the version of the library that are you using?

  • Device
  • Network Connection
  • Library Version

Many thanks in advance

@PramathNaik
Copy link
Author

*Android 11(5 may 2022 patch)
*voLTE (4g) internet connection
*Library version = 9.1.4

Thanking you in advance

@rodney341
Copy link

I have the same problem, any solution for android 11?

@ferranpons ferranpons self-assigned this Aug 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants