Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要从当前位置转向目的地点多少度数,以便它与当前位置成一条直线。我正在使用谷歌地图,我正在获取纬度和经度,但我无法找到我需要转向多少度数(从当前位置到目标点的方向)。我也在使用指南针并获得方位角,但我无法弄清楚。
请帮帮我。
提前致谢。
来自Google Maps API 文档:
google.maps.geometry.spherical.computeHeading(from:LatLng, to:LatLng) 数字 将航向从一个 LatLng 返回到另一个 LatLng。航向在 [-180,180) 范围内从北顺时针以度数表示。
google.maps.geometry.spherical.computeHeading(from:LatLng, to:LatLng) 数字
将航向从一个 LatLng 返回到另一个 LatLng。航向在 [-180,180) 范围内从北顺时针以度数表示。