I am trying to use Google Places API in a very simple app. I just want to locate all the shopping malls near the current location. I used this web service:
It was working, but now I am getting the following error message:
{
"error_message" : "You have exceeded your daily request quota for this API.",
"html_attributions" : [],
"results" : [],
"status" : "OVER_QUERY_LIMIT"
}
How can I avoid this? Also, while creating server key, I did not provide any IP address, as I don't have any server. I don't want to pay anything for this simple service. Is there anyway we can avoid it or any other free alternative?