hi I want to develop an UWP app (a Windows phone app) which shows a map on a user interface. When user select 2 points it should shows the shortest path on the map. I am going to implement the dijkstra's algorithm to find the shortest path.I can implement this algorithm if I have map data. I just don't understand how to start. How to integrate openstreet map with my UWP app and how to get map data. Please help me, Thanks asked 05 Jan '18, 08:26 swiftDroid edited 05 Jan '18, 22:44 nevw |
One Answer:
Basically there are 3 solutions:
answered 05 Jan '18, 10:48 escada |
Thank you so much for the great clarification :)