MapPoint Forums

MapForums

Community of MapPoint and Bing Maps Users and Developers




Delete Numerator from waypoints when i draw a route

This is a discussion on Delete Numerator from waypoints when i draw a route within the MapPoint Desktop Discussion forums, part of the Map Forums category; Hi, In my application i have n location for drawing a route. My code is: for i = 0 to ...


Go Back   MapPoint Forums > Map Forums > MapPoint Desktop Discussion

Today's Posts Twitter Feed Register Blogs FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 02-23-2006
Junior Member
White Belt
 
Join Date: Feb 2006
Posts: 3
Delete Numerator from waypoints when i draw a route

Hi,
In my application i have n location for drawing a route.

My code is:

for i = 0 to n
....

Locazioni(i) = oMap.GetLocation(lat,lon,alt)
...
...
Dim objRoute As MapPoint.Route
objRoute = oMap.ActiveRoute
objRoute.Waypoints.Add(Locazioni(i), "")
objRoute.Waypoints.Add(Locazioni(i - 1), "")
objRoute.Calculate()
....
....
next i

for each waypoints i must delete the label which is a couple of number.

How can i do?

Thanks.
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
delete, draw, numerator, route, waypoints


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
How I can Disable the summary of map when I Draw a Route Anonymous MapPoint Desktop Discussion 1 03-09-2005 08:04 AM
Draw a route between two LONGS LATS Anonymous MapPoint Desktop Discussion 1 02-16-2005 09:08 AM
How to hide waypoints in a route? Anonymous MapPoint Desktop Discussion 1 08-06-2004 08:46 AM
add two waypoints and calculate route with Delphi jmiller55 MapPoint Desktop Discussion 4 06-24-2003 02:08 PM
Converting a route to waypoints Anonymous MapPoint Desktop Discussion 3 06-04-2003 12:27 PM


All times are GMT -5. The time now is 10:47 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2
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 56 57 58 59 60 61 62 63 64 65 66 67