Anyone reaching the Google Maps Query Limit ?
Hi Guys,
I'd like to know if any of you guys are reaching the 2500 Google Maps API Query Limit and what you've done about this?
One method I'm trying that seems to be a workaround is to use a file based caching system:
WP File Cache which allows me to cache the query responses indefinately so that when I need to query the geo details of a particular location I might already have this on file.
Hope this helps anyone looking for a solution to this issue.