I am developing a web system that uses a google map to view different data points around my college's campus. I make heavy use of the scrollTo() method from the maps API and I have noticed that when an area goes off-screen and then it is scrolled to again, a new ajax request is made to reload the tile.
Is there a way to cache the area of the campus so that the map can scroll around smoothly??