如何使用 iOS HereMap
SDK 实现多个路由。任何人都可以提供多条路线的示例。
1 回答
1
在 SDK 的 Lite Variant (4.x) 中,在 Route 选项中设置 AlternativeRoutes:https ://developer.here.com/documentation/ios-sdk/api_reference/Structs/RouteOptions.html
在 Premium SDK (3.x) 中,在 NMAroutingMode 中设置替代路由,它的调用方式略有不同:ResultLimit 请参阅https://developer.here.com/documentation/ios-premium/api_reference_jazzy/Classes/NMARoutingMode.html #%2Fc:objc(cs)NMARoutingMode(py)resultLimit
于 2020-02-24T08:30:14.960 回答