gpt4 book ai didi

java - 距离内多边形的 api

转载 作者:行者123 更新时间:2023-12-01 15:33:23 25 4
gpt4 key购买 nike

是否有API可以获取一定距离(例如:10公里)内的车辆列表?我正在使用来自地理服务器的 map 。并需要在该距离内画圆。

最佳答案

看看here了解如何获取 2 个 GPS 点之间的距离(其中一个点是您要跟踪的车辆,另一个点是圆心)。获得距离后,检查距离是否大于半径。如果距离小于半径,则车辆在圆内。如果等于半径,则车辆在圆的边缘,如果大于半径,则车辆在圆外。

如果您需要更复杂的计算,您可能需要查看 Spheres :

A Java package for doing spherical trigonometry without all the messy (and cpu intensive) trigonometry. The spheres package includes classes for points, spherical polygons, latitude/longitude bounding boxes, orbits, and scenes.

关于java - 距离内多边形的 api,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9272708/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com