The mouseOutTolerance is a solution for this issue: http://code.google.com/p/gmaps-api-issues/issues/detail?id=691
The new getMaxZoomAtLatLng methods rely on a service call, and will likely not be made available to all API users until we have tested them with a smaller group. - pamela On Thu, May 7, 2009 at 7:21 PM, Blackpool Community Church <[email protected]> wrote: > > 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 -~----------~----~----~----~------~----~------~--~---
