I copied your demo page, animPan.htm, into my website and altered  the
timeOut to 1500, which allows me to see the zoomIn()  to step steadily
from 1 to 16  on the LargeControl..

Then I copied the zoomIn() loop Listener and increased to timeOut to
15500 before adding it to my script at this link:.
http://www.sundial.pwp.blueyonder.co.uk/shropshiresundials/shropshiresundialsGooglemap-F.html

or, alternately, http://www.shropshire-sundials.net    and follow the
"click here" link.

At the zoomIn() at 9, ie the first iteration, the infoWindow appears.
No more steps appear in the LargeControl until the last (16) iteration
when the script continues normally.

I presume that my problem is to do with the infoWindow. Do I need to
create a Listener for the InfoControl and ,if so ,how do I do this? .
Or it is something else in my code?

I appreciate your help and explanations
Phil




> I still have to clear a few things about timing of the loop.

> If you have no continuous zoom you have to set some timeout because
> 'zoomend' comes immediately after zoomIn() is triggered.
>
> Continuous zoom gives you around 500 ms of timeout by itself. The
> timeOut value of our loop is the time how long the code waits after
> continuous zoom animation is finished. And after that wait time a new
> zoomIn() is triggered. So you can set the value to zero with
> continuous zoom. Zero is the value for smooth animation. But in
> practice the map tiles are not loaded that fast.
--~--~---------~--~----~------------~-------~--~----~
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