处理当前路名变化接口
curRoadName 当前路名信息
Interface to handle current road name
- Parameters
-
curRoadName | : current road name |
- (void) onHandleDayNightTypeChange: |
|
(BNDayNight_Type) |
dayNightType |
|
|
optional |
处理gps状态变化
gpsChangeInfo gps状态
Interface to handle gps change
- Parameters
-
gpsChangeInfo | : Information of gps change |
处理主辅路切换提示信息
mainSlave 主辅路信息
Interface to handle circuit switching (main road <–> auxiliary road)
- Parameters
-
mainSlave | : Information for circuit switching |
- (void) onHandleMainSlaveViaductInfoResult: |
|
(BNNaviMsgBase *) |
msg |
|
|
optional |
处理地图刷新相关信息
mapRefreshInfo 地图刷新消息
Interface to handle refresh of map
- Parameters
-
mapRefreshInfo | : Information for map refresh |
- (void) onHandleNaviLocalRouteTips: |
|
(NSString *) |
tips |
|
|
optional |
处理导航状态变化接口
naviStatusInfo 导航状态信息
Interface to handle the change of navigation status
- Parameters
-
naviStatusInfo | : the information of navigation status |
处理路口放大图消息
rasterExpandMap 路口放大图信息
Interface to handle 3D junctions real enlargement
- Parameters
-
rasterExpandMap | : Information for 3D junctions real enlargement |
处理剩余信息
remainInfo 剩余信息
Interface to handle remain distance and time
- Parameters
-
remainInfo | : Information for remain distance and time |
处理剩余红绿灯信息
remainInfo 剩余红绿灯信息
Interface to handle remain traffic lights
- Parameters
-
remainTrafficlightsInfo | : Information for remain traffic lights |
处理建议诱导消息接口
simpleGuideInfo 简易诱导消息
Interface to handle guidance of navigation
- Parameters
-
simpleGuideInfo | Guidance information |
简易诱导消息隐藏
simpleGuideInfo 简易诱导消息
Interface to handle guidance of navigation
- Parameters
-
simpleGuideInfo | Guidance information |
处理矢量放大图消息
vectorExpandMap 矢量放大图信息
Interface to handle vector diagram enlargement
- Parameters
-
vectorExpandMap | : Information for vector diagram enlargement |
- (void) reCalculateNaviRouteDidCancel: |
|
(BNaviModel *) |
model |
sourceType: |
|
(BNCalculateSourceType) |
sourceType |
|
|
| |
|
optional |
- (void) reCalculateNaviRouteDidFailed: |
|
(BNaviModel *) |
model |
sourceType: |
|
(BNCalculateSourceType) |
sourceType |
|
|
| |
|
optional |
- (void) reCalculateNaviRouteDidFinished: |
|
(BNaviModel *) |
model |
sourceType: |
|
(BNCalculateSourceType) |
sourceType |
|
|
| |
|
optional |
- (void) viaSearchClearResult |
|
|
|
|
optional |
- (void) viaSearchResult: |
|
(BNaviSearch_ResultCode_ENUM) |
code |
poiArray: |
|
(NSArray *) |
poiArray |
|
|
| |
|
optional |
沿途搜索结果
- Parameters
-
code | 沿途搜索结果 |
poiArray | 当code为BNaviSearch_ResultCode_Succeed时,poiArray返回搜索结果 |
The documentation for this protocol was generated from the following file: