#import <BMKWalkCycleNavigationDelegates.h>
◆ onArriveDest()
- (void BMKWalkRouteGuidanceDelegate) onArriveDest |
|
|
|
|
optional |
◆ onGpsStatusChange:guideIcon:()
- (void BMKWalkRouteGuidanceDelegate) onGpsStatusChange: |
|
(NSString *) |
gspInfo |
guideIcon: |
|
(UIImage *) |
guideIcon |
|
|
| |
|
optional |
GPS状态发生变化,来自诱导引擎的消息
- 参数
-
gspInfo | GPS信息 |
guideIcon | GPS诱导图标 |
◆ onRemainDistanceUpdate:()
- (void BMKWalkRouteGuidanceDelegate) onRemainDistanceUpdate: |
|
(NSString *) |
remainDistance |
|
|
optional |
总的剩余距离
- 参数
-
remainDistance | 剩余距离,已经带有单位 |
◆ onRemainTimeUpdate:()
- (void BMKWalkRouteGuidanceDelegate) onRemainTimeUpdate: |
|
(NSString *) |
remainTime |
|
|
optional |
◆ onReRouteComplete()
- (void BMKWalkRouteGuidanceDelegate) onReRouteComplete |
|
|
|
|
optional |
◆ onReRouteFail()
- (void BMKWalkRouteGuidanceDelegate) onReRouteFail |
|
|
|
|
optional |
◆ onRoadGuideTextUpdateFirst:second:()
- (void BMKWalkRouteGuidanceDelegate) onRoadGuideTextUpdateFirst: |
|
(NSString *) |
firstSequence |
second: |
|
(NSString *) |
secondSequence |
|
|
| |
|
optional |
诱导信息
- 参数
-
firstSequence | 第一行显示的信息,比如“沿当前道路” |
secondSequence | 第二行显示的信息,比如“向东出发”,第二行信息也可能为空 |
◆ onRouteFarAway:guideIcon:()
- (void BMKWalkRouteGuidanceDelegate) onRouteFarAway: |
|
(NSString *) |
rarAwayInfo |
guideIcon: |
|
(UIImage *) |
guideIcon |
|
|
| |
|
optional |
已经开始偏航
- 参数
-
rarAwayInfo | 偏航信息 |
guideIcon | 偏航诱导图标 |
◆ onRouteGuideIconUpdate:()
- (void BMKWalkRouteGuidanceDelegate) onRouteGuideIconUpdate: |
|
(UIImage *) |
icon |
|
|
optional |
◆ onRouteGuideKind:()
- (void BMKWalkRouteGuidanceDelegate) onRouteGuideKind: |
|
(BMKWalkGuideKind) |
guideKind |
|
|
optional |
◆ onRoutePlanYawing:guideIcon:()
- (void BMKWalkRouteGuidanceDelegate) onRoutePlanYawing: |
|
(NSString *) |
yawingInfo |
guideIcon: |
|
(UIImage *) |
guideIcon |
|
|
| |
|
optional |
偏航规划中
- 参数
-
yawingInfo | 偏航规划中的信息 |
guideIcon | 偏航诱导图标 |
◆ onVibrate()
- (void BMKWalkRouteGuidanceDelegate) onVibrate |
|
|
|
|
optional |
该协议的文档由以下文件生成: