Distance calculator between the ports
问题 I have a port database which contain nearly 10k port names and its corresponding locations.I want to find the distance between the ports. Form my understanding using Google distance matrix API, we can only able to find distance between the two points for a set of specific travel modes like bicycle,driving,walking and internal transit. But In my case I want to find the distance between two ports during the ship voyage. If anyone done Similar sort of work please share your knowledge...