|
| (void) | - walkManager:error: |
| | 发生错误时,会调用代理的此方法 When an error occurs, this method of the delegate will be called More...
|
| |
| (void) | - walkManagerOnCalculateRouteSuccess: |
| | 步行路径规划成功后的回调函数 Callback function after successful walking route planning More...
|
| |
| (void) | - walkManagerOnCalculateRouteSuccess:calculateRouteResult: |
| | 步行路径规划成功后的回调函数。since 10.1.111 Callback function after successful walking route planning More...
|
| |
| (void) | - walkManager:onCalculateRouteFailure: |
| | 步行路径规划失败后的回调函数. 从6.1.0版本起,算路失败后导航SDK只对外通知算路失败,SDK内部不再执行停止导航的相关逻辑.因此,当算路失败后,不会收到 walkManager:updateNaviMode: 回调; AMapNaviWalkManager.naviMode 不会切换到 AMapNaviModeNone 状态, 而是会保持在 AMapNaviModeGPS or AMapNaviModeEmulator 状态 Callback function after failed walking route planning. Starting from version 6.1.0, the navigation SDK only notifies external parties of route calculation failure, and the SDK no longer executes the logic related to stopping navigation internally. Therefore, after the route calculation fails, the walkManager:updateNaviMode: callback will not be received. AMapNaviWalkManager.naviMode will not switch to AMapNaviModeNone state, but will remain in AMapNaviModeGPS or AMapNaviModeEmulator state. More...
|
| |
| (void) | - walkManager:onCalculateRouteFailure:calculateRouteResult: |
| | 步行路径规划失败后的回调函数. 从6.1.0版本起,算路失败后导航SDK只对外通知算路失败,SDK内部不再执行停止导航的相关逻辑.因此,当算路失败后,不会收到 walkManager:updateNaviMode: 回调; AMapNaviWalkManager.naviMode 不会切换到 AMapNaviModeNone 状态, 而是会保持在 AMapNaviModeGPS or AMapNaviModeEmulator 状态。since 10.1.111 Callback function after failed walking route planning. Starting from version 6.1.0, the navigation SDK only notifies external parties of route calculation failure, and the SDK no longer executes the logic related to stopping navigation internally. Therefore, after the route calculation fails, the walkManager:updateNaviMode: callback will not be received. AMapNaviWalkManager.naviMode will not switch to AMapNaviModeNone state, but will remain in AMapNaviModeGPS or AMapNaviModeEmulator state. More...
|
| |
| (void) | - walkManager:didStartNavi: |
| | 启动导航后回调函数 Callback function after starting navigation More...
|
| |
| (void) | - walkManagerNeedRecalculateRouteForYaw: |
| | 出现偏航需要重新计算路径时的回调函数.偏航后将自动重新路径规划,该方法将在自动重新路径规划前通知您进行额外的处理. The callback function when a deviation occurs and the path needs to be recalculated. After the deviation, the path will be automatically replanned, and this method will notify you to perform additional processing before the automatic replanning. More...
|
| |
| (void) | - walkManager:playNaviSoundString:soundStringType: |
| | 导航播报信息回调函数 Navigation broadcast information callback function More...
|
| |
| (void) | - walkManagerDidEndEmulatorNavi: |
| | 模拟导航到达目的地停止导航后的回调函数 Callback function after simulated navigation reaches the destination and stops navigation More...
|
| |
| (void) | - walkManagerOnArrivedDestination: |
| | 导航到达目的地后的回调函数 Callback function after navigation reaches the destination More...
|
| |
| (void) | - walkManager:updateGPSSignalStrength: |
| | 卫星定位信号强弱回调函数. since 7.4.0 Callback function for satellite positioning signal strength More...
|
| |
| (void) | - walkManager:onArrivedWayPoint: |
| | 步行导航到达途径点的回调函数 since 9.3.5 Callback function when reaching a waypoint in walking navigation More...
|
| |
| - (void) walkManager: |
|
(AMapNaviWalkManager *) |
walkManager |
| onCalculateRouteFailure: |
|
(NSError *) |
error |
|
|
| |
|
optional |
步行路径规划失败后的回调函数. 从6.1.0版本起,算路失败后导航SDK只对外通知算路失败,SDK内部不再执行停止导航的相关逻辑.因此,当算路失败后,不会收到 walkManager:updateNaviMode: 回调; AMapNaviWalkManager.naviMode 不会切换到 AMapNaviModeNone 状态, 而是会保持在 AMapNaviModeGPS or AMapNaviModeEmulator 状态 Callback function after failed walking route planning. Starting from version 6.1.0, the navigation SDK only notifies external parties of route calculation failure, and the SDK no longer executes the logic related to stopping navigation internally. Therefore, after the route calculation fails, the walkManager:updateNaviMode: callback will not be received. AMapNaviWalkManager.naviMode will not switch to AMapNaviModeNone state, but will remain in AMapNaviModeGPS or AMapNaviModeEmulator state.
- Parameters
-
| walkManager | 步行导航管理类 Pedestrian Navigation Management Category |
| error | 错误信息,error.code参照AMapNaviCalcRouteState Error message, error.code refers to AMapNaviCalcRouteState. |
步行路径规划失败后的回调函数. 从6.1.0版本起,算路失败后导航SDK只对外通知算路失败,SDK内部不再执行停止导航的相关逻辑.因此,当算路失败后,不会收到 walkManager:updateNaviMode: 回调; AMapNaviWalkManager.naviMode 不会切换到 AMapNaviModeNone 状态, 而是会保持在 AMapNaviModeGPS or AMapNaviModeEmulator 状态。since 10.1.111 Callback function after failed walking route planning. Starting from version 6.1.0, the navigation SDK only notifies external parties of route calculation failure, and the SDK no longer executes the logic related to stopping navigation internally. Therefore, after the route calculation fails, the walkManager:updateNaviMode: callback will not be received. AMapNaviWalkManager.naviMode will not switch to AMapNaviModeNone state, but will remain in AMapNaviModeGPS or AMapNaviModeEmulator state.
- Parameters
-
| walkManager | 步行导航管理类 Pedestrian Navigation Management Category |
| error | 错误信息,error.code参照AMapNaviCalcRouteState Error message, error.code refers to AMapNaviCalcRouteState. |
| calculateRouteResult | 算路结果,算路唯一标识在此对象中。 Routing result, the unique routing identifier is in this object |