BNNaviRoutePlanDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | BNRoutePlanManagerProtocol.h |
– routePlanDidFinished:
算路成功回调
- (void)routePlanDidFinished:(NSDictionary *)userInfoParameters
userInfo |
用户信息 |
|---|
Discussion
算路成功回调
Declared In
BNRoutePlanManagerProtocol.h
– searchDidFinished:
检索成功回调
- (void)searchDidFinished:(NSDictionary *)userInfoParameters
userInfo |
用户信息 |
|---|
Discussion
检索成功回调
Declared In
BNRoutePlanManagerProtocol.h
– routePlanDidFailedWithError:andUserInfo:
算路失败回调
- (void)routePlanDidFailedWithError:(NSError *)error andUserInfo:(NSDictionary *)userInfoParameters
error |
失败信息 |
|---|---|
userInfo |
用户信息 |
Discussion
算路失败回调
Declared In
BNRoutePlanManagerProtocol.h
– routePlanDidUserCanceled:
算路取消
- (void)routePlanDidUserCanceled:(NSDictionary *)userInfoParameters
userInfo |
用户信息 |
|---|
Discussion
算路取消
Declared In
BNRoutePlanManagerProtocol.h
– updateRoadConditionDidFinished:
更新路况成功回调
- (void)updateRoadConditionDidFinished:(NSData *)pbDataParameters
pbData |
pb数据 |
|---|
Discussion
更新路况成功回调
Declared In
BNRoutePlanManagerProtocol.h
– updateRoadConditionFailed:
更新路况成功失败
- (void)updateRoadConditionFailed:(NSData *)pbDataParameters
pbData |
pb数据 |
|---|
Discussion
更新路况成功失败
Declared In
BNRoutePlanManagerProtocol.h