asroboy / google-maps-utility-library-v3

Automatically exported from code.google.com/p/google-maps-utility-library-v3
Apache License 2.0
0 stars 0 forks source link

How to close tooltip without pressing the X #171

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
http://google-maps-utility-library-v3.googlecode.com/svn/tags/markerwithlabel/1.
0.1/examples/

In these examples, if you click a tooltip, you MUST click the "X" in order to 
close the tool tip.

Request functionality option so that operation can be such that you can simply 
"click anywhere else" and the tool tip disappears.

Thanks,

Original issue reported on code.google.com by scott.so...@gmail.com on 22 Apr 2012 at 4:23

GoogleCodeExporter commented 8 years ago
 google.maps.event.addListener(map, "click", function (e) { iw.close(); });

Original comment by er.mohit...@gmail.com on 31 Oct 2012 at 7:59