I have a relatively simple web application that cycles through a few points on the map using the "panTo()" function, and it is causing me problems.
The app itself works fine, but after it is left running for a couple hours, Google starts blocking my requests (I think it suspects that I might be harvesting its maps). The app is intended to be looping through the data all day long, so it's important it works for an extended period of time.
Any way to load the tiles just once, and prevent subsequent re-loads of the same tiles when panning around?