We need to calculate the driving distances for the records in the SQL Server database, so I need to find some library or program that will allow me to do this without an Internet connection (if it has its own database, fine, if not, I know where to get the data). I'm not too worried about the types of calculations right now, we are probably going to go with Djikstra, but we just need something offline. In addition, I will deal with several countries, although mainly with the United States.
So far I have not found anything that could work reliably, the closest MapPoint (per Marc Gravell), so I want to ask what stand-alone solutions are available to connect, call or work next to my code (Delphi and .NET) for calculating driving range? Thanks.
source share