You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: