I have a C# application referencing the \"Microsoft MapPoint 18.0 Object Library (North America)\" ActiveX control library - I added this under \"References\" in my project.
I have read up about Microsoft MapPoint 2011 here, http://msdn.microsoft.com/en-us/library/cc983790.aspx.
Is there any map software that has api that can be called from c#? I have coded a delivery application, and I need to query Add开发者_开发百科resses and show a map with the location and route. I also
I am adding a list of addresses into Mappoint using C#. foreach (Stop stop in _stops) _route.Waypoints.Add(_mpMap.FindAddressResults(stop.Street, stop.City, \"\", \"Oregon\", stop.Zip)[1]);
Is there a way to find the distance from a commo开发者_JAVA技巧n area like a river or state border and push pins I have set up?I am trying to narrow all the pushpins within 1/4 of a mile of a border,
I am teaching my self arcGIS maps via the Silverlight API for work, and i was trying to do a simple, place marker symbol at XY example, but darn it if I can\'t get it to work! I am using the following
I am running into an issue when attempting to use MapPoint libraries within our C# .NET application from a published app on a Windows Server 2008 machine.When instantiating the MapPoint.MapClass, I ge
I wond开发者_Go百科er if there is a possibility to display window that the way is calculating (exactly the same one that is display in MapPoint 2010 application), with possibility of cancel this calcu
Good afternoon, As I said earlier in another post, I have to calculate some 8,000,000 shortest- time/path distances between some points in the map, the coordinates of which are know. The problem is t
Good afternoon, I need to calculate the pairwise distance between some 4000 points, the coordinates of which in WGS84 are known. Calculating the straight-line distances wasn\'t too hard, since I foun