yenbao1340 / gmaps-utility-library-dev

Automatically exported from code.google.com/p/gmaps-utility-library-dev
0 stars 0 forks source link

LabeledMarker: GMap2.click(overlay,point) overlay is null! #88

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. add new LabeledMarker to your map
2. add click-event-listener to your MAP!! (function(overlay,point))
3. add click-event-listener to your label (function(marker))
3. click on your marker's label

What is the expected output? What do you see instead?
the map-clicked-event fires and overlay is null.

Original issue reported on code.google.com by gerp...@gmail.com on 11 Feb 2009 at 12:14