I'm new in ASP.Net developing and I'm looking for a way to consume Google Maps web service output for a web application.
The main goal of my task is to show the distance between the current and the destination location in a calendar content. So my internship trainer recommended me to use a web service instead of consuming the graphic output of the Google Maps API. So The user
should know how long it's going to take to be on his meeting by clicking on a button (or a link).
I found a JavaScript working example as the image below shows but he said it's not actually what we need. We need to use the results (highlighted on the screenshot) to help the user making his decision whether he can make it or not.
e-nis
0 Points
1 Post
Consuming Google Maps output
Feb 01, 2013 01:16 PM|LINK
I'm new in ASP.Net developing and I'm looking for a way to consume Google Maps web service output for a web application.
The main goal of my task is to show the distance between the current and the destination location in a calendar content. So my internship trainer recommended me to use a web service instead of consuming the graphic output of the Google Maps API. So The user should know how long it's going to take to be on his meeting by clicking on a button (or a link).
I found a JavaScript working example as the image below shows but he said it's not actually what we need. We need to use the results (highlighted on the screenshot) to help the user making his decision whether he can make it or not.
Thanks for your help.