On Jul 11, 3:23 pm, ebakunin <[email protected]> wrote: > Hello, > > (I'm unsure where I should ask this question, but hopefully someone > here will know the answer.) > > I need to draw a polygon representing an artificial border region. I > could go through a long, painful process of estimating the lat/lng > coordinates but I'd rather just draw the polygon and automatically get > the coordinates. I first took a look at Google Map Maker > (http://www.google.com/mapmaker) since the interface seems perfect for this > situation. It is, but I can't get the polygon's lat/lng data from it. > I tried using Google Earth's polygon tool as well but with the same > problem. I don't care about the format of the polygon data (LatLng > objects, actual coordinates, KML data, whatever), but I do need to > have the info to manipulate. Can anyone suggest away of doing this? > Thanks a lot for the advice.
You mean something like this: http://googlemapsapi.blogspot.com/2008/05/love-my-maps-use-its-line-and-shape.html or this: http://www.birdtheme.org/useful/googletool.html both found from: http://www.google.com/search?client=gmail&rls=gm&q=google%20maps%20api%20polygon%20tool or even this example I posted: http://www.geocodezip.com/PolygonTool.asp -- Larry -- 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.
