Okay, let's forget the question about whether or not adding a marker
creates a moveend event.

Does a method exist that informs the user what event was just
triggered so that I can call that method within my 'moveend'
eventlistener?

What I would like to do is within my

GEvent.addListener(map,"moveend",function() {
alert('what event was fired, was it a zoom? move? drag? etc..');
}


On May 11, 5:09 pm, Andrew Leach <[email protected]>
wrote:
> On May 11, 9:04 pm, mp- <[email protected]> wrote:
>
> > Does adding a marker fire the "moveend" event?
>
> No.
>
> I've just used the code 
> playgroundhttp://code.google.com/apis/ajax/playground/?exp=maps#map_event_simple
> to add a marker on click and alert on moveend, and the alert isn't
> fired when the map is clicked and the marker added.
>
> If you're getting a moveend event when you add a marker, something odd
> is happening and a link would allow us to see what it is...
>
> Andrew
--~--~---------~--~----~------------~-------~--~----~
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