Physical distance between two places

后端 未结 6 611
悲哀的现实
悲哀的现实 2021-01-02 07:16

I need to measure the physical distance between two places whose names are provided as strings. Since sometimes the names are written slightly differently, I was looking for

6条回答
  •  再見小時候
    2021-01-02 07:57

    Have a look at the Levenshtein distance. This is a way of measuring how different two strings are from one another.

    Hopefully I understood your question correctly; using "distance" in the same sentence as "latitude and longitude" could be confusing!

提交回复
热议问题