On Nov 27, 4:41 pm, chelouche <[EMAIL PROTECTED]> wrote: > Hello > I have an address list in my DB, and would like to present it in > google maps. > Not each address, but rather a polygon around the area inwhich all > addresses are located.
You probably want to do a convex hull of the points: http://groups.google.com/group/Google-Maps-API/browse_thread/thread/10456e1787955d3a/703ab031dfa51d71?lnk=gst&q=convex+hull#703ab031dfa51d71 Beware the issues of geocoding multiple points too quickly: Part 17 Geocoding multiple addresses http://econym.org.uk/gmap/geomulti.htm -- Larry > > The addresses are in Hebrew, but google maps in Hebrew is working well > as I have tested. > > Thank you for any help and tip. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
