Answered How to draw a route on a map using web services?

  • Friday, March 02, 2012 7:50 PM
     
     

    I have an ASP.Net web page where I pass in a several addresses from my database to the routeservice web service.  It returns me directions for each leg in the route.  I did this using C# and no javascript.  Now I want to also create a map, display each leg as a pushpin, and draw the street lines connecting each leg in the route.  But I have not been able to figure this out.  I'd prefer a solution without javascript since I'm not too strong in it. 

    Thanks!

All Replies