Community of VE/MapPoint Users and Developers
This is a discussion on Route Waypoint Name within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; 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 ...
| |||||||
| Register | Blogs | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| Route Waypoint Name objRoute.Waypoints.Add .GetLocation(RS!LATITUDE, RS!LONGITUDE) When calculating the route and displaying the ordered waypoints using objRoute.Waypoints.Item(k).Name the Name property displays the numeric values of the latitude a longitude coordinates. My question is: How can I asign the waypoints my own (user defined) names so that when I display route waypoints or route directions, it displays my own user defined names for the waypoint instead of the longitude/latitude values? |
| ||||
|
Vic, Code could look something like this: Set objLoc = objMap.GetLocation(RS!LATITUDE, RS!LONGITUDE) objRoute.Waypoints.Add objLoc, "My Waypoint Name"
__________________ John http://www.support-pc.com Order MapPoint 2006 Here https://secure.mp2kmag.com/?refer=support-PC |
![]() |
| Tags |
| route, waypoint |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Geocoordinates from a waypoint | chpw | MapPoint 2006/2009 Discussion | 6 | 04-05-2006 10:53 AM |
| Zoom to Waypoint | BobIDEAS | MapPoint 2006/2009 Discussion | 3 | 09-08-2004 02:41 PM |
| address from waypoint | starbuck | MapPoint 2006/2009 Discussion | 7 | 11-18-2003 09:04 AM |
| Put a waypoint! | Anonymous | MapPoint 2006/2009 Discussion | 1 | 11-14-2003 10:44 AM |
| Getting multiple location on a route between 2 waypoint. | johnny | MapPoint 2006/2009 Discussion | 2 | 01-20-2003 06:22 AM |