1

I am using Skobbler Maps,

In the skobbler Framework I get all the instructions

-(void)routingService:(SKRoutingService *)routingService didChangeCurrentAdviceInstruction:(NSString *)currentAdviceInstruction nextAdviceInstruction:(NSString *)nextAdviceInstruction

In this delegate method getting all the instructions in around 5/10 meters and audio also playing. How can I customize turn by turn instructions and audio in each 100/200 meters.

Here the Class Reference

4

1 回答 1

0

您(还)不能这样做,因为它连接到路由引擎及其设置,并且需要更改路由引擎使用的配置文件 - 因为目前这是在 C++ 级别完成的,所以您无法在SDK(Objective-C 或 Java)级别。

建议通常应该与距离很好地间隔(在我们的导航消费者应用程序中也是如此) - 唯一的例外是高速急转弯。

您使用的是什么路由配置文件,模拟速度是多少?

于 2014-09-18T11:36:14.953 回答