标签: python-3.x google-polyline
我需要从python中的给定折线中找到特定点P, (lat, lng)的最短距离吗?
P, (lat, lng)
我尝试的是将折线转换为一组点,然后从每个点计算到给定点P的距离,然后取其中的最小值。
P