I am new google maps and javascript and here's my question:

I have a set of lat and lang from third party source and use reverse
geocoding on google maps javascript api to display map and markers
based on user. But I want to minimize calls and reduce traffic to
google maps api. For example, if I fetch data from google maps api
once for a set of lat/lang, I want to cache it for some time period on
my web server and avoid subsequent calls to map api for same set of
lat/lang. Instead use cached data for rendering. I am not sure if it
is recommended way of using google maps.

Thanks!

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to