google.maps.event.addListener(marker, "click", function(evt)
{showAttrib(?); })
function showAttrib (marker)
{
}usually, evt.target should ref to marker which occur the event. but, google map api don't have it, so, how to get the marker object? thank you. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
