views:

27

answers:

0

I have added several markers into MarkerManager and have kept tabs of them in arrays and basically pushed the markers into the arrays. I have dynamically created an individual DragEnd eventListener for each marker as it has been created.

I need to be able to pull out a unique id of the marker or even the event listener itself would work. Any idea how I can pull out this id on the drag end event so I can store it in a simple javascript variable?