[Google Maps API v3] Re: 2011/2/22 - New Release

2011-02-27 Thread Gary Little
Chris,

I have filed a formal bug report concerning my disappearing marker
issue (on Safari 5.0.3/Mac) that was first observed when V3.4 came out
a couple of weeks ago.

See:

http://code.google.com/p/gmaps-api-issues/issues/detail?id=3076

Gary

On Feb 22, 4:09 pm, Chris Broadfoot (Google Employee)
c...@google.com wrote:
 Hi all,

 A new version of the Maps API went live recently.

 Full changelog is available 
 here:http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIv3Cha...

 In this release:
   * InfoWindow anchor exposed via 'anchorPoint' MVC property (Issue 2860)
   * Fixes Hybrid at zoom level 0 and 1 (Issue 3062)
   * Circle/Rectangle fixed if added/removed quickly to map (Issue 3052)
   * draggable: false fixed on touch devices (Issue 3044)

 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 google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.



[Google Maps API v3] Re: 2011/2/22 - New Release

2011-02-23 Thread sgiddings
The implementation for issue 2860 is not acceptable.
The issue was to have the pixelBounds object documented and its
property names officially fixed.
The object - pixelBounds - represents the pixel dimensions of an
object.
It is seen as being needed notably for markers where it provides
dimension offsets of the icon in relation to the anchor point.
This object does not directly give the anchor point and so cannot be
replaced by a Point property simply giving the pixel anchor point.

I have updated the issue accordingly.
I invite other concerned users to do the same :
http://code.google.com/p/gmaps-api-issues/issues/detail?id=2860

On Feb 23, 1:09 am, Chris Broadfoot (Google Employee)
c...@google.com wrote:
 Hi all,

 A new version of the Maps API went live recently.

 Full changelog is available 
 here:http://code.google.com/p/gmaps-api-issues/wiki/JavascriptMapsAPIv3Cha...

 In this release:
   * InfoWindow anchor exposed via 'anchorPoint' MVC property (Issue 2860)
   * Fixes Hybrid at zoom level 0 and 1 (Issue 3062)
   * Circle/Rectangle fixed if added/removed quickly to map (Issue 3052)
   * draggable: false fixed on touch devices (Issue 3044)

 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 google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.