|
高德地图SDK(导航)
V11.1.000
|
#import <AMapNaviRoute.h>
Instance Methods | |
| (nullable instancetype) | - NS_UNAVAILABLE |
| (BOOL) | - selectNaviRouteWithRouteID: |
| 多路径规划时选择路径.注意:该方法仅限于在开始导航前使用,开始导航后该方法无效. Selecting a route during multi-route planning. Note: This method is only available before starting navigation and becomes invalid after navigation starts. More... | |
Properties | |
| NSInteger | naviRouteID |
| AMapNaviRoute * | naviRoute |
| NSArray< NSNumber * > * | naviRouteIDs |
| NSDictionary< NSNumber *, AMapNaviRoute * > * | naviRoutes |
| AMapNaviCalculateRouteResult * | calculateRouteResult |
导航路径信息集合. since 7.7.0 Navigation path information collection
| - (nullable instancetype) NS_UNAVAILABLE |
| - (BOOL) selectNaviRouteWithRouteID: | (NSInteger) | routeID |
多路径规划时选择路径.注意:该方法仅限于在开始导航前使用,开始导航后该方法无效. Selecting a route during multi-route planning. Note: This method is only available before starting navigation and becomes invalid after navigation starts.
| routeID | 路径ID Route ID |
|
readnonatomicassign |
当前默认导航路径的信息,参考 AMapNaviRoute 类。since 10.1.111 Information of the current default navigation route, refer to AMapNaviRoute class.
|
readnonatomicassign |
当前默认导航路径的信息,参考 AMapNaviRoute 类. Information of the current default navigation path, refer to AMapNaviRoute class.
|
readnonatomicassign |
当前默认选中导航路径的ID ID of the currently selected default navigation path
|
readnonatomicassign |
多路径规划时的所有路径ID,路径ID为 NSInteger 类型. All route IDs during multi-route planning, where the route ID is of type NSInteger
|
readnonatomicassign |
多路径规划时的所有路径信息,参考 AMapNaviRoute 类. All route information during multi-route planning, refer to AMapNaviRoute class.