On May 21, 2:38 pm, nlraley82 <[email protected]> wrote: > I have went through and created markers as I have been reading the points > from parts of my code in c++. I was wandering. I have created a dragend > event for each marker with the event listener being created dynamically for > each new marker, ie each marker has its own event listener. > > Is there any way I can retrieve either the id of the marker or preferably > the id of the event listener on this drag end event so I can tell which > item's marker is actually being dragged?
Yes. If you followed Mike's tutorials and are using function closure, you should be able to access any properties of the marker and the values of any variables in the function on which you got closure. -- 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 > athttp://groups.google.com/group/google-maps-api?hl=en. -- 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.
