[Google Maps API v3] Re: Auto close InfoWindow when another marker is pressed, or they move?

2018-04-02 Thread Mike Saeger
I've looked all over the net and this solution was the easiest for me to implement -- AND IT WORKED! Thanks! On Monday, June 20, 2011 at 7:27:38 AM UTC-7, Gary B wrote: > > I've done something similar to keep just one infoWindow open. > I initialize a var like this > var currentInfoWindow = nul

Re: [Google Maps API v3] Local copy of Google Maps javascript files

2018-04-02 Thread Ashish Joseph
I know am responding to a very old thread. But, this is also a matter of optimization. If you are developing a Progressive web app, all your resources are cached(js, css and images) in the browser. But, google maps js files needs to be loaded from google server. No mater what you do to improve