Questions tagged [mappoint]

Microsoft MapPoint is both a technology ("MapPoint Web Service," previously known as MapPoint .NET) and a specific software program created by Microsoft that allows users to view, edit and integrate maps.

Microsoft MapPoint 2013 was the last release, and official Microsoft support stopped in 2015.

The MapPoint Web Service was discontinued before this date.

71 questions
4
votes
3 answers

Custom-drawing MapPoint maps in C#?

My application requires an on-drive map as there will be no internet access during operation. I've kind of settled on using MapPoint 2009, but the map 'style' really clashes with my overall UI look and feel. I'm wondering if there's some way to…
Eric Smith
  • 2,329
  • 2
  • 23
  • 30
4
votes
2 answers

Have a problem importing to MapPoint through a C# DLL

We're trying to import a file from a C# dll into MapPoint, and can get it to read the data just fine, but we are having trouble with MapPoint not recognizing all of the addresses. Currently, our file contains not only address information, but…
Tom A
  • 1,662
  • 2
  • 23
  • 41
3
votes
2 answers

Unexplained Type Mismatch error at about every 10,000 iterations in Excel VBA

I have a VBA macro that uses Microsoft MapPoint to calculate the distance between two locations for each record in my spreadsheet. I have about 120,000 records to process. The program runs smoothly for about 10,000 iterations then returns a Type…
Excellll
  • 5,609
  • 4
  • 38
  • 55
3
votes
2 answers

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 that, while straight-line distances were easy (and…
Miguel
  • 3,466
  • 8
  • 38
  • 67
3
votes
2 answers

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 found this C# library, but now I am interested in the…
Miguel
  • 3,466
  • 8
  • 38
  • 67
2
votes
1 answer

Can I use MapPoint in my winforms c# Application

Can I use MapPoint in my c# Winform Application. I mean I couldn't find good resources on the internet, Microsoft did put some info for developers but I am confused about how I can integrate it in my application. Purpose: The purpose of using map is…
Shax
  • 4,207
  • 10
  • 46
  • 62
2
votes
1 answer

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. It provides Map Navigation support using GPS system. Can we integrate this functionality in my iOS application? I want to develop an…
Mrunal
  • 13,982
  • 6
  • 52
  • 96
2
votes
1 answer

MapPoint Web Service Zoom Level

I am modifying an application that someone else wrote for MapPoint Web Service. Its a pretty old application and I think its using version 3.5 of MapPoint Web Service. I would like to know how to set the default zoom level? I would like to get a…
MaxGeek
  • 1,105
  • 6
  • 21
  • 32
2
votes
2 answers

MapPoint 2009 Load Performance

I'm having some problems integrating MS MapPoint 2009 into my WinForms .Net 2.0 application in C#. I've added the ActiveX MapPoint control onto a form and have no problems getting it to display a maps and locations; my concern is the time it takes…
akmad
  • 19,343
  • 2
  • 29
  • 25
2
votes
1 answer

MapPoint Control - Adding territories

Anyone know if it is possible to add territory to map using map point control in C# application? (Something like in normal MapPoint 2010 application) If so, how I can use it?
ravenik
  • 852
  • 3
  • 9
  • 26
2
votes
2 answers

Using MapPoint Control with WPF Application

I try to use MapPoint Control with WPF Application. I added MapPoint to references of my project, then I tried to add Microsoft MapPoint Control 17.0 to a toolbox and nothing was happened (nothing new has appearead in the toolbox). So I tried to…
ravenik
  • 852
  • 3
  • 9
  • 26
2
votes
1 answer

Is there a way to pause a ActiveX Control (MapPoint) or run DoDragDrop async?

I currently working on a application with a MapPoint-Control, which gives me a hard time. After starting a DoDragDrop from the thread, which mappoint also uses, i always get after a few secondes a dialog from mappoint saying my form doesn't…
Wowa
  • 1,791
  • 1
  • 14
  • 24
2
votes
1 answer

Good MapPoint Add-ins resources

I am trying to develop an add-ins for MapPoint (with forms, and other feature) and I am trying to get some informations on how to do this. So far I don't have much info. Does anyone know a good site or have some examples of add-ins for developing…
David Brunelle
  • 6,528
  • 11
  • 64
  • 104
2
votes
2 answers

Mappoint Routing Solution

I'm working on updating an in-house routing solution that has been working well for some time. However a change in requirements is causing some problems. While googling, I came across a Microsoft product called MapPoint 2010. From what I've read…
markpirvine
  • 1,485
  • 1
  • 23
  • 54
2
votes
2 answers

Virtual Earth adding pushpins by address - events firing out of order

I’ve been working on a mapping project to display service orders for a utility company but I’m having some issues getting the numbering on my pins and the info boxes. The following is a small segment of the page I’m working with to demonstrate the…
jasonk
  • 1,580
  • 4
  • 25
  • 33
1
2 3 4 5