Anshul Johri

Anshul Johri

  • NA
  • 48
  • 12.9k

Google Geocoding Api “OVER_QUERY_LIMIT”

Apr 29 2016 7:47 AM
i am using Google geocoding api with its api Key,i am using code as below:
 
 string url = "https://maps.googleapis.com/maps/api/geocode/xml?address=" + area + "," + City + "&Key=ABZIXXXXXXXXXXXXXXXXXXXXXXXXXXX"
 
 
After handling some request i am getting status code "OVER_QUERY_LIMIT", does any one have any idea about this problem? 

Answers (1)