tags:

views:

26

answers:

1

Hi,

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 this product has an API that can be used from .net (c#). At present we use Google Maps to geocode the address and start locations of our engineers. I would like to be able pass this data to MapPoint, tag each job location as first call, am call or pm call, tag each engineer with a max allocation and ask MapPoint to allocate jobs to engineers. Once this completes, extract the data and pass it back to our SQL database. Is this something MapPoint can do?

Has anyone experience of using MapPoint for this type of requirement?

Mark

A: 

I believe that MapPoint does not provide such functionality by itself, but could help you with allocating tasks to your engineers and engineers to locations depending of the amount of resources and requests you have. But this logic basically needs to be implemented by you.

thelost
Thanks for your reply, I spent the afternoon using the trial of MapPoint 2010 and I agree it's not the product I was looking for. Does anyone know of a product that can help? Ideally something that offers and API - I already have an interface and would prefer to do the integration backend.
markpirvine
have you tried accessing the service with "?wsdl" suffix ? e.g. http://localhost:8080/myproject/service?wsdl ?
thelost