Hi all,

I have a map where I am adding many fairly complex polygons
(administrative regions in European countries) to a google map. Each
polygon is added in a loop containing he addoverlay function. This
loop finishes sometime (in the case of IE a long time) before the
polygons actually appear on the map. Is there a way of detecting when
the 'drawing of the polygons' has finished? I see that the addoverlay
method fires an addoverlay event but I presume this is at the
initiation of the polygon drawing not when it has finished.

The reason for this is that I would like to add a message to the map
saying something like "loading data" which then disappears when the
polygons have all been drawn and appear on the map. At the moment if I
remove this message after the polygon drawling loop has finished, the
polygons are still not on the map so it still appears to the user that
nothing has happened.


Many thanks Anthony

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to