In the past day or so changes made to the API have broken event propagation in relation to polygons.
Clicking and dragging (mousedown) while over a polygon no longer pans the map. A mouseup will cause the map to jump to it's new position. Try dragging the map with cursor over polygon using API v3: http://code.google.com/apis/maps/documentation/javascript/examples/polygon-arrays.html http://appleton-static.appspot.com/static/poly_phillipines.html It used to work like this, API v2: http://www.geocodezip.com/holidaymullandiona_firstmapD.asp Other events, such as the 'click' MapsEventListener do not get past the polygon as they did previously. example: google.maps.event.addListener(map, 'click', function(e) { .. }); does not work when over a polygon. The 'clickable' PolygonOption does not have any effect on either of the actions mentioned above. Any help would be appreciated. thanks. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
