根据行进方向旋转标记,并在我的网页上的Google地图中用汽车图标指向驾驶员

时间:2019-11-21 17:57:30

标签: javascript php mysql google-maps-markers

任何人都可以向我建议Google地图代码,在该代码中我可以根据行驶方向旋转标记(例如:汽车图标)。

我正在使用旅行模式方向的Google地图,它是否适合
我的要求吗?

在我需要的屏幕截图下方

起点和终点将固定,汽车图标将旋转

enter image description here

我有API的输出,需要在网站上显示以下API返回:

[senderLati] => 39.93057688932532
[senderLong] => -75.29201399534941
[receiveLati] => 39.95255749635647
[receiveLong] => -75.17580829560757
[LatiNowDriver] => 39.9006933
[LongtNowDriver] => -75.2901483
[DriverDirection] => [{"latitude":39.90049,"longitude":-75.29041},{"latitude":39.90075,"longitude":-75.29076},{"latitude":39.90075,"longitude":-75.29076}]
[time] => 11

谢谢

0 个答案:

没有答案