Hey everyone!

We've recently pushed out a new version of the API.  See the list of
changes below:
http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIv3Changelog

Changed issues:
    *  Issue 1856: Support polygon rendering in Opera
    *  Issue 2159: Dragend event is triggered after zoom using the
scrollwheel
    *  Issue 2385: At deeper zoom levels, GroundOverlay goes black in
Internet Explorer
    *  Issue 2337: Lost Polyline
    *  Issue 2427: Dragging with an info window open on auto-pan
causes "hanging" markers
    *  Issue 2493: Markers aren't correctly cleared in IE7
    *  Issue 2500: Cropped MarkerImage When Using !
Marker.setIcon(<scaled MarkerImage>) for Existing Marker
    *  Issue 2549: CSS for Google's dropdown menu generates warning

Noticeable changes:
    * A click event is no longer fired when a polygon is dragged
    * Clicking on a Form select element that expands outside of a
InfoWindow no longer fires a map click
    * Clicking on a KML overlay no longer fires a map click event
    * Streetview is now automatically panned to fit an InfoWindow on
screen
    * KML and FusionTables MouseEvent LatLng changed from 'position'
to 'latLng'
    * Android zoom controls no longer pass click to the map

In this release, we have changed some click behaviours on overlays in
an attempt to be consistent.  Our intention is that clicking on
overlays should not trigger a map click.  Dragging the map through an
overlay, such as a polygon, should not trigger a click on that overlay
or the map.  When handling clicks on custom overlays, you are working
with native DOM events and therefore you are responsible for stopping
the event from propagating to the map (see this post
http://groups.google.com/group/google-maps-js-api-v3/browse_thread/thread/e5fd0b959b2768e6?hl=en_US).
If you notice inconsistencies or bugs, please report them in the
group.

Thanks!

- Luke

-- 
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.

Reply via email to