标签: math gps distance point
我正在做一个项目,我有一堆GPS点和一个道路数据库(假设它们是2个GPS点的直线)我的任务是将这些点捕捉到最近的道路。
我搜索了解决方案,发现了这个: Assess Service Fabric applications and micro-services with the Azure portal
但问题是它是普通笛卡尔坐标的解决方案,但我需要它来处理地理点。 非常感谢。