On Mar 17, 7:07 am, "Chris Broadfoot (Google Employee)" <[email protected]> wrote: > Hi all, > > Today we pushed a new version of the API. This version brings some pretty > nice features, as detailed in Thor's blog post > here:http://googlegeodevelopers.blogspot.com/2011/03/new-angle-on-world-wi... > > We also pushed a new version to the stable release (3.3) that fixed a > regression with Polygons. > > In this release... > > Resolved issues: > * 45 Degree imagery (Issue 2412) > * Overview map control (Issue 1470) > * Support animated gifs - 'optimized' option added (Issue 3095) > * Marker.getVisible() returns undefined (Issue 3114) > > Noticeable changes: > * Fixed: Circles and rectangles ignore zIndex > * Fixed: Mouse events trigger events twice when Marker is animating > * Fixed: Styled maps do not use styles if map type added to registry after > map type id set > * Fixed: Non-styled map types adopt the style of a Styled Map Type > * Markers now fire MouseEvents, not DOM events > > Cheers > Chris
The support files: http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/4/5/{common,map,overlay}.js http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/4/5/{util,onion}.js http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/4/5/{controls,stats}.js http://maps.gstatic.com/cat_js/intl/en_us/mapfiles/api-3/4/5/{marker}.js are combined non-deterministically. Arbitrary file groups are cache unfriendly. It might be beneficial to a first time user of his or her first mapping application with an empty cache and a long latency connection. Everyone else with a well stocked cache suffers. Large files cannot be cached on some mobile devices like the iPhone. Small equivalent files could be cached. I do not use API markers in any of my applications. The file "api-3/4/5/{marker}.js" is always loaded but never used. -- 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.
