Topic: Caching tiles...how does it work?
I built script to crawl over an area of the map at multiple zoom levels in order to download all tiles for offline caching (my app will always work offline so I want all tiles in the region of interest downloaded).
I run my scanner and the click "Cache tiles to Resources", and this works. However, if I repeatedly run the scanner it will find more new tiles every time. I don't even see any blank/gray areas on my map, but every time I run a new scan of the exact same region, it downloads more tiles (not changes, but adds NEW files). I was hoping to get to a point where I was certain all tiles in the area of interest are downloaded. How can I be certain it has completed grabbed a region?