'asp.net core, Any library to get distance and time travel between two locations
Is there any library that get distance and time travel between two locations with options like: Legs, Vehicle, Bikes ...
I don't want to use google maps because I have to call an api on their server.
any help please
Solution 1:[1]
I don't want to use google maps because I have to call an api on their server.
The meaning of this sentence is, do you want to use the map offline?
If yes, you can search with keywords offline map C#, something like osmsharp, it need your download map data, and you can use search it by sdk.
If not, bing maps or azure maps will the better choices. Because official support engineers will give you help, and you also can get more help in stackoverflow.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | Jason |
