Short version: Is there a way to send a single HTTP request to google containing either two addresses or a bundled collection of address pairs and get the distance between the two addresses in response?
Long version: I am working inside a Java application, and I need to get the distance between two points via an HTTP request. Essentially, mimic the functionality of this site: http://briancray.com/2009/06/23/calculate-driving-distance-google-maps-api/ but without JavaScript objects, instead sending the request via a URL connection from inside a Java app. Thanks in advance -- 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.
