CodeIgniter + Google Maps API V3 + close InfoWindow()
问题 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. Library: http://www.in-the-attic.co.uk/2010/08/03/google-map-library-for-codeigniter-example-usage-update/ 回答1: 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. Hope it helps 回答2: I ended up using a