It would be nice to have a way to prevent the overview map control from appearing when the map is printed. This could be done by supporting an overviewMapControlOptions parameter for specifying the name of a CSS class to be applied to the control's DIV. If this were done, a display: none; rule in a @media print declaration could be used to prevent printing. (This is the technique I use in the KeyDragZoom library so that the programmer can control whether the drag zoom control is printed.)
Gary On Mar 17, 12: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 > > --http://twitter.com/broady -- 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.
