gpt4 book ai didi

api - Uber API 显示汽车位置

转载 作者:行者123 更新时间:2023-12-04 23:21:00 25 4
gpt4 key购买 nike

有没有一种方法可以使用 Uber API 像 Uber 应用程序一样实时显示汽车位置?
阅读手册似乎尚未实现此功能。

最佳答案

似乎获得汽车实时位置的唯一方法是在请求之后。在“请求详细信息”响应中。 https://developer.uber.com/docs/v1-request-details

 "location":{
"latitude":37.7886532015,
"longitude":-122.3961987534,
"bearing":135
},

location object The object that contains the location information of the vehicle and driver.
location.latitude float The current latitude of the vehicle.
location.longitude float The current longitude of the vehicle.
location.bearing integer The current bearing of the vehicle in degrees (0-359).



然而,话虽如此,我也非常想获得实时汽车位置。我阅读了 Shiva 的上述回复,但我不明白为什么共享汽车的位置会有害。最后,用户得到汽车并支付或不支付。了解优步汽车所在的位置与了解出租车所在的位置没有什么不同。

关于api - Uber API 显示汽车位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26707972/

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