BNNaviRoutePlanDelegate Protocol Reference

Conforms to NSObject
Declared in BNRoutePlanManagerProtocol.h

– routePlanDidFinished:

算路成功回调

- (void)routePlanDidFinished:(NSDictionary *)userInfo

Parameters

userInfo

用户信息

Discussion

算路成功回调

Declared In

BNRoutePlanManagerProtocol.h

– searchDidFinished:

检索成功回调

- (void)searchDidFinished:(NSDictionary *)userInfo

Parameters

userInfo

用户信息

Discussion

检索成功回调

Declared In

BNRoutePlanManagerProtocol.h

– routePlanDidFailedWithError:andUserInfo:

算路失败回调

- (void)routePlanDidFailedWithError:(NSError *)error andUserInfo:(NSDictionary *)userInfo

Parameters

error

失败信息

userInfo

用户信息

Discussion

算路失败回调

Declared In

BNRoutePlanManagerProtocol.h

– routePlanDidUserCanceled:

算路取消

- (void)routePlanDidUserCanceled:(NSDictionary *)userInfo

Parameters

userInfo

用户信息

Discussion

算路取消

Declared In

BNRoutePlanManagerProtocol.h

– updateRoadConditionDidFinished:

更新路况成功回调

- (void)updateRoadConditionDidFinished:(NSData *)pbData

Parameters

pbData

pb数据

Discussion

更新路况成功回调

Declared In

BNRoutePlanManagerProtocol.h

– updateRoadConditionFailed:

更新路况成功失败

- (void)updateRoadConditionFailed:(NSData *)pbData

Parameters

pbData

pb数据

Discussion

更新路况成功失败

Declared In

BNRoutePlanManagerProtocol.h