On Dec 22, 7:46 am, MymsMan <[email protected]> wrote: > Are there any plans to add this functionality to the API drawing manager > for polylines?
Google never announce their plans in advance, but I hope that the answer is "No". Snap to road is quite simple to implement by yourself and there's no need to bloat the API code with a feature that only 1/1000 will use. All you need to do is to get directions between that last two points added and the routing engine will automatically return a point that is on the nearest road, which you can then use to modify the position of the marker and/or polyline. -- Marcelo - http://maps.forum.nu -- > > It would also be a useful option for polygons which are bounded by roads. > > Ideally it would also be nice to be able to Snap to footpaths, rivers, > railroads, boundaries etc. -- 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.
