Map Doc  1.0
iOS-引擎SDK-开放平台
<MBLocationManagerDelegate >协议 参考

#import <MBLocationManager.h>

类 <MBLocationManagerDelegate > 继承关系图:

构造函数

(void) - mbLocationManagerGpsConnected:
 
(void) - mbLocationManagerGpsDisconnected:
 
(void) - mbLocationManagerGpsConnectedForDisplay:
 
(void) - mbLocationManagerGpsDisconnectedForDisplay:
 
(void) - mbLocationManager:gpsUpdate:
 
(void) - mbLocationManagerEnterFreeMode:
 
(void) - mbLocationManagerExitFreeMode:
 
(void) - mbLocationManager:beginSwitchChoice:
 
(void) - mbLocationManager:endSwitchChoice:
 

函数文档

◆ mbLocationManager:beginSwitchChoice:()

- (void MBLocationManagerDelegate) mbLocationManager: (MBLocationManager *)  mgr
beginSwitchChoice: (MBSwitchChoice choice 
optional

主辅路或高架桥的选项开始和结束事件,仅支持离线数据;可用MBLocatioinSimulator测试

◆ mbLocationManager:endSwitchChoice:()

- (void MBLocationManagerDelegate) mbLocationManager: (MBLocationManager *)  mgr
endSwitchChoice: (MBSwitchChoice choice 
optional

◆ mbLocationManager:gpsUpdate:()

- (void MBLocationManagerDelegate) mbLocationManager: (MBLocationManager *)  mgr
gpsUpdate: (MBGpsInfo *)  gpsInfo 
optional

正常定位下在有位置发生改变会有回调产生,如果客户端打开了 GPS 推演模式 (MBNaviSessionParams allowTunnelGpsPredicting = YES),则在隧道中每秒会有一次。

◆ mbLocationManagerEnterFreeMode:()

- (void MBLocationManagerDelegate) mbLocationManagerEnterFreeMode: (MBLocationManager *)  mgr
optional

◆ mbLocationManagerExitFreeMode:()

- (void MBLocationManagerDelegate) mbLocationManagerExitFreeMode: (MBLocationManager *)  mgr
optional

◆ mbLocationManagerGpsConnected:()

- (void MBLocationManagerDelegate) mbLocationManagerGpsConnected: (MBLocationManager *)  mgr
optional

◆ mbLocationManagerGpsConnectedForDisplay:()

- (void MBLocationManagerDelegate) mbLocationManagerGpsConnectedForDisplay: (MBLocationManager *)  mgr
optional

◆ mbLocationManagerGpsDisconnected:()

- (void MBLocationManagerDelegate) mbLocationManagerGpsDisconnected: (MBLocationManager *)  mgr
optional

◆ mbLocationManagerGpsDisconnectedForDisplay:()

- (void MBLocationManagerDelegate) mbLocationManagerGpsDisconnectedForDisplay: (MBLocationManager *)  mgr
optional

该协议的文档由以下文件生成: