John:
Let me know of your not easy way to accomplish my objective. I do have GPS coords of the stops within a route. However they are at sparse locations. I do not want to draw a straight line...
Type: Posts; User: Vic
John:
Let me know of your not easy way to accomplish my objective. I do have GPS coords of the stops within a route. However they are at sparse locations. I do not want to draw a straight line...
I want to programmatically draw routes between multiple locations on the map. Does any one know how Mappoint draw the routes on a map. I know that when you do a calculate on a route object, MP...
I am adding waypoints to a route using longitude/latitude coordinates using:
objRoute.Waypoints.Add .GetLocation(RS!LATITUDE, RS!LONGITUDE)
When calculating the route and displaying the ordered...