Hi, I'm working on an Android project where I need to put polygons to the map to highlight several areas. Polygons should fit exactly on streets where streets should be also included to highlighted areas. I'm looking for a way to do this automatically, just like the directions tool does. Problem with directions tool is that it draws the line in the middle of the street, thus only one part of the street is included.
I know all technical details how to draw filled polygons to the map. What I need is instructions how can I collect exact LatLong coordinates automatically of a given area, where streets are also included. Suppose I pick 4 coordinates on the map, and the routine puts the polygon to the map, where streets are also under the polygon layer. Is there any way for that? If no, how can I do this with minimal manual work? (you know I'm quite lazy :) ) Thanks in advance, g0m3z -- 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.
