Re: [Google Maps API v3] How to cache server side geocodes

2011-09-14 Thread Mike
Hi, Thanks for the reply Barry but I couldn't find anything to help me cache the geocodes. The link also refers to gmaps v2, does that matter? I was looking for the correct way to store geocodes, look up new geocodes not in the cache and using the cache for map searching or looking up lat/long

Re: [Google Maps API v3] How to cache server side geocodes

2011-09-09 Thread Barry Hunter
Did you see this article? http://code.google.com/apis/maps/articles/phpsqlgeocode.html On Fri, Sep 9, 2011 at 3:10 PM, Henri wrote: > Hi, > > My webserver makes around 80% of the same geocodes everyday. Several > hundred a day wasn't a problem but now it is starting to get closer to > the 2.5k d

[Google Maps API v3] How to cache server side geocodes

2011-09-09 Thread Henri
Hi, My webserver makes around 80% of the same geocodes everyday. Several hundred a day wasn't a problem but now it is starting to get closer to the 2.5k daily limit set by Google I wanted to know what the correct way to cache server side geocode requests. I've read this http://code.google.com/ap