I face a problem:
I use a marker but I can’t show the info window on both cases:
when a click on it,
or through setInfoWindowVisible() method
I can reproduce it on your official demo:
changing tab from ‘Google Maps Demo’ to another one (e.g. ‘Add Markers Demo’) and then back again to ‘Google Maps Demo’, when I do click on the marker the info window does not appear again (neither the icons on the polygon).
Hi, sorry this took so long but we managed to fix these issues in our latest release, version 1.5.0. Can you give it a try and let us know how it goes? Thanks.
I have tried the 1.5.0 version and it seems that it solves the above issues. Thanks!
Only an issue I am still facing:
I have noticed that the markers are shown only when I remove them and add them again. I am confused a bit! No any problem with the polygons.
Hi, sorry to hear you still have problems. Can you create an issue [here]
(https://github.com/FlowingCode/GoogleMapsAddon/issues) with an example to reproduce the issue you’re having so we can take a look? Thanks.
After studying your example again and trying to find any differences with my code, finally I found one crucial!
I have to add the GoogleMap object to its container last. Any other place in the code no GoogleMapMarker are shown at first show of the map (I had to remove and add them again).
I don’t know the cause of that, but fortunately it works!
Hello, glad it worked for you! I’m not sure that having to add the map to the container as the last step in order to see the markers is the right behavior so I’ve created a [github issue]
(https://github.com/FlowingCode/GoogleMapsAddon/issues/59) to investigate that.