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

Instance Methods

(id) - navigationController
 
(void) - showPage:delegate:extParams:
 
(void) - exitPage:animated:extraInfo:
 
(BOOL) - isInNaviPage
 

Method Documentation

- (void) exitPage: (BNavi_ExitPage_Type)  exitType
animated: (BOOL)  animated
extraInfo: (NSDictionary *)  extraInfo 
required

退出导航页面

Parameters
exitTypeBNavi_ExitPage_Type类型
animated是否需要动画
extraInfo额外参数
- (BOOL) isInNaviPage
optional

是否在导航过程页面

- (id) navigationController
required

获取当前NavigationController

- (void) showPage: (BNaviUIType)  pageType
delegate: (id< BNNaviUIManagerDelegate >)  delegate
extParams: (NSDictionary *)  extParams 
required

展示导航页面 默认开始真实导航,要开始模拟导航,需要在额外参数传入{BNaviUI_NormalNavi_TypeKey: @(BN_NaviTypeSimulator)}

Parameters
pageTypeBNaviUIType类型
delegateBNNaviUIManagerDelegate代理
extParams额外参数

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