Distance between 2 addresses
-
I would like to find distance between two addresses using google/map.live. How this can be done silently from my application? My application is desktop application, but connected to internet. If it can be done with ASP.NET. I am using C# for my application. Any idea? Agha Khan
-
I would like to find distance between two addresses using google/map.live. How this can be done silently from my application? My application is desktop application, but connected to internet. If it can be done with ASP.NET. I am using C# for my application. Any idea? Agha Khan
You can use WebRequest for connecting to an Internet Website. See this : http://www.codeproject.com/KB/cs/Browsing_the_WEB_with_C_.aspx[^]
-
You can use WebRequest for connecting to an Internet Website. See this : http://www.codeproject.com/KB/cs/Browsing_the_WEB_with_C_.aspx[^]
Even the answer is good, but it did not work well. http://maps.google.com/maps/mpl?ie=UTF8&moduleurl=http://maps.google.com/help/maps/local\_search/mapplet.html&mapclient=google&f=q&hl=en&ie=UTF8&ll=37.76108,-122.435589&spn=0.111961,0.175095&z=12&utm\_campaign=en&utm\_medium=mapshpp&utm\_source=en-mapshpp-na-us-gns-ls&utm\_term=landingpage and added 2 address, but result had no meaning. Anyway thanks for help. Best regards Agha Khan