CodeIgniter + Google Maps API V3 +关闭InfoWindow()

CodeIgniter + Google Maps API V3 +关闭InfoWindow()

问题描述:

任何人都知道如何让CodeIgniter Google Maps API v3库只允许打开一个信息窗口,并且在信息窗口外点击时隐藏信息窗口。

Anyone have an idea how to make the CodeIgniter Google Maps API v3 library only allow a single info window to be open, and also to make it hide thei nfo window when clicking outside of the info window.

库:
http://www.in-the-attic.co.uk/2010/08/03/google-map-library-for-codeigniter-example-usage -update /

如果您只希望一次显示一个信息窗口(因为这是行为),你应该只创建一个实例信息窗口。

If you want only one info window to display at a time (as this is the behavior of Google Maps), you should create only one instance info window.

希望它有帮助