Google maps : How to open an InfoWindow for a Polygon by clicking on it?
- by JB
Hello !
I have a simple question, but i can't find the answer in the Google Maps API documentation...
I have a map with 13 polygons drawed by the API. Here is an exemple of one of these polygons :
var zone_up_montblanc = new GPolygon([
new GLatLng(46.21270329318585, 6.134903900311617),
new GLatLng(46.20538443787925,…