Skip to content

Address Not showing Up #357

@PramathNaik

Description

@PramathNaik

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions