[Google Maps API v3] infowindow does not work properly

2017-08-10 Thread Eleni Minadaki
Hi guys, Building the a Map Project I have stuck in an issue with infoWindow. When a location is clicked the infowindow opens and user can close it from x.This works fine. The problem appears when user try to reopen the same infoWindow and then the error message pops up, any idea how to solve

Re: [Google Maps API v3] infowindow does not work properly

2017-08-10 Thread Kar Loz
You should have an array to have a control of all the infowindows opened at once. And you could close them up. Regards, Carlos Montelongo > On Aug 10, 2017, at 9:39 AM, Eleni Minadaki wrote: > > Hi guys, > Building the a Map Project I have stuck in an issue with