On Aug 1, 12:11 pm, Bruno J <[email protected]> wrote: > Hello, > > I'm sorry if there's already an answer for this question out there, > but I couldn't find anything relevant. > > I'd like to know how to find the coordinates (lat, long) of the corner > of two streets. For example, the coordinate of the corner of Worth > Street and Lafayette Stree (New York) is (40.715587, -74.003052). Is > there a method to, given any two streets, get their intersection > coordinate (if they intersect)?
You need to geocode that address. The v2 google geocoder returns: Lafayette St & Worth St, New York, NY 10013, USA (40.7155897, -74.0030342) http://www.geocodezip.com/example_geo2.asp?addr1=Worth%20Street%20and%20Lafayette%20Street,%20New%20York,%20NY&geocode=1 Whether or not intersections are available will depend on the data provider (the country of interest). I would assume the v3 geocoder and the geocoding service would pretty much use the same data. -- Larry > > Thanks in advance -- 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.
