c# - Bing Map Route Optimization -
i have 3 waypoints , start point, need find out nearest point(out of 3) start point, question bing provides apis picks nearest waypoint startpoint, resolving travelling salesmen problem.
i went through next links, http://msdn.microsoft.com/library/windows/apps/hh699893(v=vs.110).aspx - cross browser issue
http://bingmapsv7modules.codeplex.com/wikipage?title=route%20optimization%20-%20routesavvy%20module - commercial
thanks in advance,
regards,
kirankumar
bing maps not provide traveling salesmen type route optimization, possible this. route optimization in bing maps provides shortest route set of points of order provided in. can generate distance matrix using single multi-waypoint route start - p1 - start- p2 - start - p3 , on. can utilize distances generate optimized order of points. take @ code sample: http://code.msdn.microsoft.com/windowsapps/bing-maps-trip-optimizer-c4e037f7
c# javascript bing-maps bing-maps-api
No comments:
Post a Comment