On Dec 29, 2:12 pm, tombotxp <[email protected]> wrote: > Is it possible to mark all streets within a radius of 1km in the way > like google streetview does?
Marking *all* the streets would be very slow; you would be better off calculating a polygon in the way that Marcelo does it -- his example is slow and misses out points. It's not easy. The best way of doing it is to calculate your polygon yourself and draw it, not to get the API to do it. http://maps.forum.nu/gm_driving_radius.html Andrew -- 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.
