MapPoint Forums

MapForums

Community of VE/MapPoint Users and Developers




Route Waypoint Name

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 ...


Go Back   MapPoint Forums > Map Forums > MapPoint 2006/2009 Discussion

Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read



Click here to register

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 10-03-2002
Vic Vic is offline
Junior Member
White Belt
 
Join Date: Aug 2002
Posts: 3
Route Waypoint Name

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 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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2 (permalink)  
Old 10-03-2002
John Meyer's Avatar
Senior Member
Blue Belt
 
Join Date: Jul 2002
Posts: 479
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
route, waypoint


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

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


All times are GMT -5. The time now is 12:23 AM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
MP2K Magazine
Visitor Map


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55