Hi All,
I m using MP 2004 with C#.
How can I get the the LONGS and LATS of all the way points.I want to save these longs and lats.
Please Help.
This is a discussion on Long Lats of Way points. within the MapPoint Desktop Discussion forums, part of the Map Forums category; Hi All, I m using MP 2004 with C#. How can I get the the LONGS and LATS of all ...
Hi All,
I m using MP 2004 with C#.
How can I get the the LONGS and LATS of all the way points.I want to save these longs and lats.
Please Help.
Hi,
Dont understand because you have it when you add them. Anyway to do it afterwards you need to calculate lat/long from a Location object. You find example here: http://www.mp2kmag.com/articles.asp?...xtract.lat.lon To get the location from each waypoint you can tho this after calculating:
Code:Directions dir = R.Directions; foreach (MapPoint.Direction d in dir) { if (d.Type == GeoDirectionType.geoDirectionWaypoint) { Location Loc = d.Waypoint.Location;
rgds, Wilfried Mestdagh
www.mestdagh.biz
www.comfortsoftware.be
www.expertsoftware.be
MapPoint coding demo
MapPoint 2011 available, buy now
There are currently 1 users browsing this thread. (0 members and 1 guests)