Hi, I have referred the sample http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#BingRouting and developed a Bing maps routing tool on my Silverlight GIS website.. now my client wants me to also show the distance between two places whos direction is shown.. I took a look at the Routing class but failed to find anything to get the distance.. I used the �??haversine�?? formula, but it does not give me the exact distance along the route.. or Can I calculate the length of the geometry/polyline drawn on the map.. Will this result be accurate?
Please guide me so that I can get the distance between my start and destination..
Have you tried using the distance geometry service on ArcGIS Server. You will need to project to an equal area spatial reference before sending geometry in order to get a accurate distance.