I am working on a Google Map API app. My requirement is i have to find nearby places of a current location.
I share all my codes step by step . please check and let me know what i have to do?
First i create a Key for browser apps (with referers)
And enable these below 2 things
Then i browse this URL
https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=12.56666,77.3333&radius=500&sensor=true&types=establishment&key=AIzaSyA5AGzM9KAvTbBbfuoZwQel4XrTrvYoQuo
But its showing a error message in browser
{
"error_message" : "This IP, site or mobile application is not authorized to use this API key.",
"html_attributions" : [],
"results" : [],
"status" : "REQUEST_DENIED"
}
What is the problem i can't understand please anybody can suggest me ?
Thanks in advanced :)