mappoint
Correctly link against MapPoint DLL
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.[详细]
2023-04-03 15:19 分类:问答Can we integrate Microsoft MapPoint services for iOS map navigation application?
I have read up about Microsoft MapPoint 2011 here, http://msdn.microsoft.com/en-us/library/cc983790.aspx.[详细]
2023-03-24 08:00 分类:问答Is there any map software that has api that can be called from c#?
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[详细]
2023-03-23 10:52 分类:问答MapPoint 2011 FindAddress dialog in .NET
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]);[详细]
2023-03-18 16:41 分类:问答MapPoint 2010-Distance between a common object such as a river and assigned pushpins
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,[详细]
2023-03-09 07:56 分类:问答How to add a Marker to ArcGIS map (Silverlight)
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[详细]
2023-03-04 12:33 分类:问答Error when launching MapPoint 2006/2011 from C# .NET application on Windows Server 2008
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[详细]
2023-02-17 17:57 分类:问答MapPoint Control - Calculating Optimized Route
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[详细]
2023-02-09 04:03 分类:问答Multi-threading access to MapPoint?
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[详细]
2023-01-27 20:14 分类:问答MapPoint/MapSource API for Calculating Distances
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[详细]
2023-01-26 21:27 分类:问答