Community of VE/MapPoint Users and Developers
This is a discussion on I have been using MapPoint to sequence route stops.... within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; I have been using MapPoint to sequence route stops using the Optimize Stops tool. Once I do this, is there ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| |
| |||
|
I am assuming that you want to put route information into a spreadsheet in the order of optimized stops. The answer is that this can certainly be done using code. Once a route is optimized, the order of the Waypoints in the Directions collection is set based on the optimization. All you need to do is go through the Directions or the Waypoints collections (depending on how much and what information you want to get) and then use Excel automation or ADO data access to write data to Excel. See MapPoint programming Help for details on the properties of the Route, Direction and Waypoint objects to see what data is available and where. For example, you only get DrivingTime as a property of a Route object, StopTime is only a property of Waypoints and StartTime is only available from a Direction object. - Walt Cygan |
![]() |
| Tags |
| mappoint, route, sequence, stops |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| retrieving directions in a route with stops | couso | MapPoint 2006/2009 Discussion | 3 | 11-04-2006 04:19 PM |
| How do you loop through the stops on a route? | petemarkham | MapPoint 2006/2009 Discussion | 1 | 11-11-2003 12:06 PM |
| Extracting the route sequence | ivtch | MapPoint 2006/2009 Discussion | 2 | 03-11-2003 04:29 PM |
| Connect Route Stops? | swberman | MapPoint 2006/2009 Discussion | 1 | 01-11-2003 10:29 PM |
| We created a route of 700+ stops and optimized it..... | Anonymous | MapPoint 2006/2009 Discussion | 1 | 09-07-2001 06:27 PM |