Here地图是否支持多模型交通系统?
Does Here map supports Multi Model transportation system?
我们正在努力寻找一种解决方案,其中地图提供商支持通过不同类型的运营商进行路线和成本优化。
例如:我需要从位置 'A' - 'D' 运送一组物品。将使用卡车从位置 A 运送到位置 B。可以通过火车、空运或水路将更多物品移动到下一个位置 C,现在卡车可以从 C 位置取货并运送到位置 D。
位置 A -B -> 使用卡车,
位置 B - C -> 使用 Train/Air/Water、
位置 C - D -> 使用卡车
是的,我们的 Routing 和 Fleet Telematics API 可用于查找 fastest/shortest/cost optimised
不同交通方式的路线:[car | pedestrian | carHOV | publicTransport | publicTransportTimeTable | truck | bicycle ]
请查看文档以了解更多信息:
https://developer.here.com/documentation/routing/topics/introduction.html
https://developer.here.com/documentation/fleet-telematics/dev_guide/index.html
我们正在努力寻找一种解决方案,其中地图提供商支持通过不同类型的运营商进行路线和成本优化。
例如:我需要从位置 'A' - 'D' 运送一组物品。将使用卡车从位置 A 运送到位置 B。可以通过火车、空运或水路将更多物品移动到下一个位置 C,现在卡车可以从 C 位置取货并运送到位置 D。
位置 A -B -> 使用卡车,
位置 B - C -> 使用 Train/Air/Water、
位置 C - D -> 使用卡车
是的,我们的 Routing 和 Fleet Telematics API 可用于查找 fastest/shortest/cost optimised
不同交通方式的路线:[car | pedestrian | carHOV | publicTransport | publicTransportTimeTable | truck | bicycle ]
请查看文档以了解更多信息: https://developer.here.com/documentation/routing/topics/introduction.html https://developer.here.com/documentation/fleet-telematics/dev_guide/index.html