我在skobbler iOS SDK中重新路由功能有问题我可以在文档中找到以下代码,但我无法在从Cocoapods下载的SDK中找到它!
- (void)routingService:(SKRoutingService *)routingService didUpdateRouteTraffic:(SKRouteTrafficUpdate *)trafficUpdate {
NSLog(@"Traffic changed on the current route.");
//Rerouting can be done after the traffic changed
[[SKRoutingService sharedInstance]rerouteWithTrafficInfo];
}
我使用这些数据从Cocoapods获得了SDK pod'ScoutMaps-iOS-SDK' pod'ScoutMaps-iOS-SDKTools'
我不知道SDK版本有什么问题,如果是,我应该使用哪个版本?否则,当用户采用另一条路线时,我该怎么做才能重新路由?
答案 0 :(得分:1)
Cocoa流量功能不适用于CocoaPods