On Oct 9, 9:27 am, Sunny <[EMAIL PROTECTED]> wrote:
> Is there any way I can check for Map State.
>
> whether the map is fully Loaded or not.
>
> Like, If I am loading a large number of polygons on map, then I would
> like to show the
> Progress bar saying map is loading.

You could update the progress bar based on the percentage of polygons
that you have processed so far.  Be warned, you will have to use
setTimeout or setInterval to let the browser render the updated image
if you want it to actually be seen.  Examples have been posted to the
group.

  -- Larry
--~--~---------~--~----~------------~-------~--~----~
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