Why Google Places Api Key Not Works?
I want to use Places API for show near by location.I have added service for it and use below url. https://maps.googleapis.com/maps/api/place/search/json?location=22.7253,75.8655&am
Solution 1:
It looks like you try to use Web Service, not Places API for Android. In this case you cannot apply an API key with Android app restriction. Web Service requires a different API key. You can generate the new one, the only restriction that you can use with web services is by IP.
I can suggest following Places API web service documentation:
https://developers.google.com/places/web-service/get-api-key
Post a Comment for "Why Google Places Api Key Not Works?"