#import <AMapNaviCompositeManager.h>
|
| (void) | - presentRoutePlanViewControllerWithOptions: |
| | 通过present的方式显示导航组件页面 注意:此函数涉及到UI操作,请在主线程中调用,否则无效. Display the navigation component page via the present method. Note: This function involves UI operations, please call it in the main thread, otherwise it will be invalid More...
|
| |
| (void) | - dismissWithAnimated: |
| | 退出导航组件页面 注意:此函数涉及到UI操作,请在主线程中调用,否则无效. since 5.5.0 Exit the navigation component page. Note: This function involves UI operations, please call it in the main thread, otherwise it will be invalid More...
|
| |
| (void) | - addAnnotation: |
| | 在驾车导航界面添加自定义标注 (AMapNaviCustomAnnotation 类型). 注意:每次退出导航之后,标注都会被清空. since 5.5.0 Add custom annotations on the driving navigation interface (AMapNaviCustomAnnotation type). Note: After each exit from navigation, the annotations will be cleared More...
|
| |
| (void) | - addCompositeAnnotation: |
| | 在驾车导航界面添加自定义标注 (AMapNaviCompositeCustomAnnotation 类型). 注意:每次退出导航之后,标注都会被清空. since 5.5.0 Add custom annotations on the driving navigation interface (AMapNaviCompositeCustomAnnotation type). Note: After each exit from navigation, the annotations will be cleared More...
|
| |
| (void) | - removeAnnotation: |
| | 移除驾车导航界面的自定义标注 (AMapNaviCustomAnnotation 类型). since 5.5.0 Remove custom annotations from the driving navigation interface (AMapNaviCustomAnnotation type) More...
|
| |
| (void) | - removeCompositeAnnotation: |
| | 移除驾车导航界面的自定义标注 (AMapNaviCompositeCustomAnnotation 类型). since 5.5.0 Remove custom annotations from the driving navigation interface (AMapNaviCompositeCustomAnnotation type) More...
|
| |
| (void) | - addCustomOverlay: |
| | 在驾车导航界面添加自定义Overlay. 注意:每次退出导航之后,Overlay都会被清空. since 6.7.0 Add a custom Overlay to the driving navigation interface. Note: Every time you exit navigation, the Overlay will be cleared More...
|
| |
| (void) | - removeCustomOverlay: |
| | 移除驾车导航界面的自定义Overlay. since 6.7.0 Remove the custom Overlay from the driving navigation interface More...
|
| |
导航组件类 since 5.1.0 注意:AMapNaviCompositeManager 内部使用了单例 [AMapNaviDriveManager sharedInstance] Navigation component class. Note: AMapNaviCompositeManager internally uses the singleton [AMapNaviDriveManager sharedInstance]
◆ addAnnotation:
在驾车导航界面添加自定义标注 (AMapNaviCustomAnnotation 类型). 注意:每次退出导航之后,标注都会被清空. since 5.5.0 Add custom annotations on the driving navigation interface (AMapNaviCustomAnnotation type). Note: After each exit from navigation, the annotations will be cleared
- Parameters
-
◆ addCompositeAnnotation:
◆ addCustomOverlay:
在驾车导航界面添加自定义Overlay. 注意:每次退出导航之后,Overlay都会被清空. since 6.7.0 Add a custom Overlay to the driving navigation interface. Note: Every time you exit navigation, the Overlay will be cleared
- Parameters
-
| customOverlay | 会被显示在驾车导航界面地图上, 此对象需遵守AMapNaviCompositeOverlay协议,否则无效, 具体参考官方Demo CustomOverlayCompositeViewController 类 . Will be displayed on the driving navigation interface map. This object must comply with the AMapNaviCompositeOverlay protocol, otherwise it will be invalid. For details, please refer to the official Demo CustomOverlayCompositeViewController class |
◆ dismissWithAnimated:
| - (void) dismissWithAnimated: |
|
(BOOL) |
animated |
|
退出导航组件页面 注意:此函数涉及到UI操作,请在主线程中调用,否则无效. since 5.5.0 Exit the navigation component page. Note: This function involves UI operations, please call it in the main thread, otherwise it will be invalid
- Parameters
-
| animated | 是否执行动画 Whether to execute animation |
◆ presentRoutePlanViewControllerWithOptions:
通过present的方式显示导航组件页面 注意:此函数涉及到UI操作,请在主线程中调用,否则无效. Display the navigation component page via the present method. Note: This function involves UI operations, please call it in the main thread, otherwise it will be invalid
- Parameters
-
◆ removeAnnotation:
◆ removeCompositeAnnotation:
◆ removeCustomOverlay:
移除驾车导航界面的自定义Overlay. since 6.7.0 Remove the custom Overlay from the driving navigation interface
- Parameters
-
◆ delegate
◆ naviRoute
◆ naviRouteID
| - (NSInteger) naviRouteID |
|
readnonatomicassign |
当前选择的导航路径的ID ID of the currently selected navigation route
◆ naviRouteIDs
| - (NSArray<NSNumber *>*) naviRouteIDs |
|
readnonatomicassign |
路径规划后的所有路径ID,路径ID为 NSInteger 类型. All route IDs after route planning, route ID is of NSInteger type
◆ naviRoutes
The documentation for this class was generated from the following file: