View Single Post

  #5 (permalink)  
Old 07-07-2005
Goldwings98SE Goldwings98SE is offline
Junior Member
White Belt
 
Join Date: Jun 2005
Posts: 4
Routing should give you the direction

I think if you tell MapPoint to route from 1 location to another it will also give you the direction you need to go:

oRoute.Waypoints.Add oMap.FindPushpin(RoutePoint(g - 1))
oRoute.Waypoints.Add oMap.FindPushpin(RoutePoint(g))
oRoute.Calculate


From that you should be able to pick up if your going North VS South or East VS West, etc.

Hope it helps.
Reply With Quote