Calculating distance between coordinates at server side.
I will have coordinates in database and i need to calculate distance between them (by time and km). I have to do those at server side with c#. I'm using .net core 2. which api should i chose and are there and good examples doing that task?