[Google Maps API v3] Re: PolyMouseEvents not implemented yet

2012-11-14 Thread Enoch Lau (Google Employee)
If you want to get edge, path, vertex for non-editable polylines/polygons, feel free to file a feature request: http://code.google.com/p/gmaps-api-issues/issues/list On Thursday, November 15, 2012 2:25:44 AM UTC+11, Pil wrote: > > Thanks, I do not prefer to make my polylines editable, so the >

[Google Maps API v3] Re: PolyMouseEvents not implemented yet

2012-11-14 Thread Pil
Thanks, I do not prefer to make my polylines editable, so the flexibility of my polylines are beyond the 'editability' of the drawing manager. On Nov 13, 9:18 am, "Enoch Lau (Google Employee)" wrote: > The properties edge, path, vertex are only on the event object for editable > polylines/polyg

[Google Maps API v3] Re: Tolerance factor of isLocationOnEdge method

2012-11-14 Thread Pil
For anyone who is interested. This seems a somewhat acceptable tolerance factor for any zoom level: var tolerance = Math.pow(map.getZoom(), -(map.getZoom()/5)); -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this gr

[Google Maps API v3] Re: Tolerance factor of isLocationOnEdge method

2012-11-14 Thread Pil
For anyone who is interested. This seems a somewhat acceptable tolerance factor for any zoom zevel: var tolerance = Math.pow(map.getZoom(), -(map.getZoom()/5)); -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this gr

[Google Maps API v3] Re: Android or Google Maps API bugs?

2012-11-14 Thread Martin™
Reported as an issue: http://code.google.com/p/gmaps-api-issues/issues/detail?id=4552 Martin. On Tuesday, November 13, 2012 2:41:23 AM UTC, Enoch Lau (Google Employee) wrote: > > It could be a bug in the browser, but the Maps API tries as much as > possible to work around browser bugs. Please