suchoX / PlacePicker

Free Android Map Place Picker alternative using Geocoder instead of Google APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just get blank non-scrollable map

drmrbrewer opened this issue · comments

So far as I can tell, I've following the guide on the README completely, including adding the google API key to the app (it was already there, by virtue of using google's deprecated PlacePicker and also AutoComplete), but when I call startActivityForResult() I just get a blank map, with no apparent sign of life. Hitting the tick FAB give a toast saying "Not a valid address".

Any likely gotcha that I've fallen for?

The key to getting it to work was to enable "Maps SDK for Android" in Google Cloud Platform.

Looks like the issue is solved. Closing it for now. Feel free to reopen it