3

有没有办法直接使用 Android SDK 高级版获取 EMERGENCY_VEHICLES 的路线?我已经阅读了这些链接,但仍然不明白如何去做。

https://developer.here.com/documentation/fleet-telematics/dev_guide/topics/vehicle-types-and-measures.html

https://developer.here.com/documentation/android-premium/3.17/dev_guide/topics/fleet-connectivity.html

https://developer.here.com/documentation/android-premium/3.16/dev_guide/topics/fleet-telematics-custom-route.html

我以为我可以使用带有 FTCRRouteOptions 的 FTCRRouter 请求紧急车辆路线,但我似乎找不到一种方法来指定紧急车辆类型,只有 TransportMode,并且只允许我指定卡车,就像常规 RouteOptions 一样。

4

1 回答 1

0

关于https://developer.here.com/documentation/fleet-telematics/dev_guide/topics/vehicle-types-and-measures.html

如果使用 Fleet Telematics API 的 REST API,您可以: 计算紧急车辆类型的路线也可以设置逗号分隔的类型列表:

以逗号分隔的车辆类型列表启用这些车辆类型中的每一个具有的所有权限。

但不幸的是,无法使用 FTCR 路线计算来计算紧急车辆类型的路线,因为某些类型的车辆从未实现过 FTCR 路线计算,另外 mSDK 3.x处于维护模式,这意味着它永远不会被开发mSDK 3.x 的新功能。

在 mSDK 4.x 中 - 关于这个https://developer.here.com/documentation/android-sdk-navigate/4.7.6.0/dev_guide/topics/routing.html#get-routes不幸的是不存在紧急路线选项类型,也许稍后会实施,但路线图未知。

于 2021-07-12T08:37:12.470 回答