Mappoint Routing Solution

I am working on updating my own routing solution, which has been working for a long time. However, changing requirements causes some problems. While googling, I came across a Microsoft product called MapPoint 2010.

From what I read, this product has an API that can be used from .net (C #). We are currently using Google Maps to geocode the address and begin hosting our engineers. I would like to transfer this data to MapPoint, mark each place of work as the first call, call am or pm, mark each engineer with maximum distribution and ask MapPoint to distribute tasks for engineers. Once this is completed, retrieve the data and transfer it back to our SQL database. Can MapPoint do this?

Is there any experience using MapPoint for this type of requirement?

Mark

+5
source share
2 answers

I believe MapPoint does not provide such functionality on its own, but it can help you distribute tasks to your engineers and engineers in the field depending on the amount of resources and queries that you have. But this logic should mainly be implemented by you.

+3
source

Yes, as you have already found, MapPoint can perform simple routing and even Route Route for Travelers, but it cannot do any optimization of time or capacity.

, , , , , , , MapPoint, - , "" . "TourSolver". , MapPoint .

+1

All Articles