MapPoint Forums

MapForums

Community of VE/MapPoint Users and Developers




Displaying several points on one map using C#

This is a discussion on Displaying several points on one map using C# within the MapPoint 2006/2009 Discussion forums, part of the Map Forums category; Hello, I have the longitude and latitude of different points. How can I display them together on one map using ...


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 02-16-2005
Member
Yellow Belt
 
Join Date: Feb 2005
Posts: 32
Displaying several points on one map using C#

Hello,
I have the longitude and latitude of different points. How can I display them together on one map using C#?

Bye,

MD
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 02-16-2005
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,112
Hi,

Code:
            Location Loc = MP.ActiveMap.GetLocation(Lat, Lon, Alt);
            Pushpin PP  = MP.ActiveMap.AddPushpin(Loc, "give it eventualli a name");
            PP.Symbol = 1; // or another symbol
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3 (permalink)  
Old 02-17-2005
Member
Yellow Belt
 
Join Date: Feb 2005
Posts: 32
Thank you very much!

I have one more question:
How can you make the names of the pushpins been shown?

Bye,

MD
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4 (permalink)  
Old 02-17-2005
Senior Member
Black Belt
 
Join Date: Nov 2004
Posts: 2,112
Hi,

Code:
PP.BalloonState = GeoBalloonState.geoDisplayName;
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
displaying, map, points


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
Displaying a label with each pushpin BobFromBoston MapPoint 2006/2009 Discussion 6 02-25-2007 10:46 AM
Displaying lat/lon grid? cd4000 MapPoint 2006/2009 Discussion 2 11-12-2004 09:18 AM
Displaying few cites/countries on the map Anonymous MapPoint 2006/2009 Discussion 0 07-29-2003 06:59 AM
Displaying Mappoint 2001 Anonymous MapPoint 2006/2009 Discussion 3 04-03-2003 03:45 AM
Displaying all name lables at once Anonymous MapPoint 2006/2009 Discussion 1 03-07-2003 03:13 PM


All times are GMT -5. The time now is 07:09 PM.


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