> may be i don't understand but there is :
> GEvent.addListener(map,"moveend", moveend )
>
> and after I use :
>
> function moveend()
> {
> ....
>
> }
Exactly.
You want to define moveend() BEFORE you add the listener that will use
it.
Different browsers have different javascript interpreters, one- or two-
pass maybe. Some might fail, some might not.
cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---