dji.common.mission.waypoint.Builder.calculateTotalTime()返回的时间单位是多少
What is the time unit returned by dji.common.mission.waypoint.Builder.calculateTotalTime()
不幸的是,DJI SDK 文档仅说明:
Calculate the total time of the waypoint list.
是秒吗?秒的分数?分钟?
同样适用于Builder.calculateTotalDistance()
:
Calculate the total distance of the waypoint list.
我无法推断出正确的时间(和距离)单位,因为我在不同的地图位置 (!) 获得了同一组 waypoints 的不同值。例如,巴西中东部的相同等距 waypoints 应用于加拿大西北部时是不同的。差异约为 15%。什么原因?
我的 SDK 版本是 4.13.1 for Android (MSDK)。
我通过 dev@e-mailed 联系了他们dji.com,他们回答说距离以米为单位,时间以秒为单位。
关于 middle-east 巴西和 north-west 加拿大的不同值,我不知道。
关于地理差异,赤道1度经度(以米为单位)比靠近北极1度大得多。听起来你观察到的是正确的。
不幸的是,DJI SDK 文档仅说明:
Calculate the total time of the waypoint list.
是秒吗?秒的分数?分钟?
同样适用于Builder.calculateTotalDistance()
:
Calculate the total distance of the waypoint list.
我无法推断出正确的时间(和距离)单位,因为我在不同的地图位置 (!) 获得了同一组 waypoints 的不同值。例如,巴西中东部的相同等距 waypoints 应用于加拿大西北部时是不同的。差异约为 15%。什么原因?
我的 SDK 版本是 4.13.1 for Android (MSDK)。
我通过 dev@e-mailed 联系了他们dji.com,他们回答说距离以米为单位,时间以秒为单位。
关于 middle-east 巴西和 north-west 加拿大的不同值,我不知道。
关于地理差异,赤道1度经度(以米为单位)比靠近北极1度大得多。听起来你观察到的是正确的。