Re: [android-developers] Detect when Google Maps has finished downloading new tiles

2010-11-16 Thread TreKing
On Tue, Nov 16, 2010 at 12:07 PM, John wrote: > If my overlays are downloaded first, as new Google Map tiles arrive, my > overlays get removed or the whole map blinks. > Can you elaborate on what you're doing? I use a map view with locally stored images (no downloading) and they ALWAYS show up f

[android-developers] Detect when Google Maps has finished downloading new tiles

2010-11-16 Thread John and Michele Jarvis
I'm trying to determine when Google Maps has finished downloading new tiles after a zoom change or panning. I’ve read the discussion about testing for the center coverage tile, but that doesn’t tell me if other map tiles are still being downloaded. I need to know when the last tile has been downl

[android-developers] Detect when Google Maps has finished downloading new tiles

2010-11-16 Thread John
I'm trying to determine when Google Maps has finished downloading new tiles after a zoom change or panning. I’ve read the discussion about testing for the center coverage tile, but that doesn’t tell me if other map tiles are still being downloaded. I need to know when the last tile has been downl