百度导航SDK for iOS类参考
 All Classes Functions Properties
Instance Methods | List of all members
<BNNaviRoutePlanDelegate> Protocol Reference
Inheritance diagram for <BNNaviRoutePlanDelegate>:

Instance Methods

(void) - routePlanDidFinished:
 
(void) - searchDidFinished:
 
(void) - routePlanDidFailedWithError:andUserInfo:
 
(void) - routePlanDidUserCanceled:
 
(void) - updateRoadConditionDidFinished:
 
(void) - updateRoadConditionFailed:
 

Method Documentation

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

算路失败回调

Parameters
error失败信息
userInfo用户信息
- (void) routePlanDidFinished: (NSDictionary *)  userInfo
optional

算路成功回调

Parameters
userInfo用户信息
- (void) routePlanDidUserCanceled: (NSDictionary *)  userInfo
optional

算路取消

Parameters
userInfo用户信息
- (void) searchDidFinished: (NSDictionary *)  userInfo
optional

检索成功回调

Parameters
userInfo用户信息
- (void) updateRoadConditionDidFinished: (NSData *)  pbData
optional

更新路况成功回调

Parameters
pbDatapb数据
- (void) updateRoadConditionFailed: (NSData *)  pbData
optional

更新路况成功失败

Parameters
pbDatapb数据

The documentation for this protocol was generated from the following file: