Note: API v2.158 is not yet live. It's possible that the code may be
changed before it goes live. It's not a good idea to use pre-release
versions for live sites.

New poly Option

  {mouseOutTolerance:number}

New Methods

  G_HYBRID_MAP.getMaxZoomAtLatLng(latlng,callback)
  G_NORMAL_MAP.getMaxZoomAtLatLng(latlng,callback)
  G_SATELLITE_MAP.getMaxZoomAtLatLng(latlng,callback)
  G_SATELLITE_3D_MAP.getMaxZoomAtLatLng(latlng,callback)

{mouseOutTolerance} applies to polygons and polylines. The mouseout
event only gets triggered when the mouse is that number of pixels
outside the poly. I don't know what the default is, but it looks to be
about 20 or 30. You can specify {mouseOutTolerance:1} for tight
mouseouts, but if you set it to zero you get the default behaviour.

getMaxZoomAtLatLng() is controlled by a loader token allow_max_zoom,
which is currently undefined, causing the callback function to always
receive the reply {status:403}.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" 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-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to