I’m using InfoBox for Google Map API v3 with a little customisation to use it with Kml PlaceMarker.
The problem is: When in my KML file I add Extended Data, a infoWindow is displayed with the infoBox. Without this Extended Data, google map doesn’t display this infoWindow and it’s fine, only the infoBox is displayed.
The question is: How can I force google maps to never display any infoWindow?
I can’t tell if you’re talking about using
KmlLayerbecause ou didn’t post a link, but if you are: use thesuppressInfoWindowoption.See the docs for more information.