iOS高德地图SDK(搜索)  V9.5.0
AMapDrivingCalRouteSearchRequest Class Reference

驾车路径规划2.0 More...

#import <AMapSearchObj.h>

Inheritance diagram for AMapDrivingCalRouteSearchRequest:
AMapRouteSearchBaseRequest AMapSearchObject

Properties

NSInteger strategy
 
NSArray< AMapGeoPoint * > * waypoints
 途经点 AMapGeoPoint 数组,目前最多支持16个途经点 More...
 
NSArray< AMapGeoPolygon * > * avoidpolygons
 避让区域 AMapGeoPolygon 数组,目前最多支持100个避让区域,每个区域16个点 More...
 
NSString * avoidroad
 避让道路名 More...
 
NSString * originId
 出发点 POI ID More...
 
NSString * destinationId
 目的地 POI ID More...
 
NSString * origintype
 出发点POI类型编码,此值可以辅助更精准的起点算路,0:普通道路、1:高架上、2:高架下、3:主路、4:辅路、5:隧道、7:环岛、9:停车场内部 More...
 
NSString * destinationtype
 目的地POI类型编码 More...
 
NSString * plate
 车牌信息,如京AHA322,支持6位传统车牌和7位新能源车牌,用于判断是否限行 More...
 
NSInteger ferry
 使用轮渡,0使用1不使用,默认为0使用 More...
 
NSInteger cartype
 
AMapDrivingRouteShowFieldType showFieldType
 设置需要返回的扩展信息,默认为AMapDrivingRouteShowFieldTypeNone,只返回基础信息字段 More...
 
- Properties inherited from AMapRouteSearchBaseRequest
AMapGeoPointorigin
 出发点 More...
 
AMapGeoPointdestination
 目的地 More...
 

Additional Inherited Members

- Instance Methods inherited from AMapSearchObject
(NSString *) - formattedDescription
 返回格式化的描述信息。通用数据结构和response类型有效。 More...
 

Detailed Description

驾车路径规划2.0

Property Documentation

◆ avoidpolygons

- (NSArray<AMapGeoPolygon *>*) avoidpolygons
readwritenonatomiccopy

避让区域 AMapGeoPolygon 数组,目前最多支持100个避让区域,每个区域16个点

◆ avoidroad

- (NSString*) avoidroad
readwritenonatomiccopy

避让道路名

◆ cartype

- (NSInteger) cartype
readwritenonatomicassign

驾车路径规划车辆类型,默认策略为0。 0:普通汽车(默认值); 1:纯电动车; 2:插电混动车

◆ destinationId

- (NSString*) destinationId
readwritenonatomiccopy

目的地 POI ID

◆ destinationtype

- (NSString*) destinationtype
readwritenonatomiccopy

目的地POI类型编码

◆ ferry

- (NSInteger) ferry
readwritenonatomicassign

使用轮渡,0使用1不使用,默认为0使用

◆ originId

- (NSString*) originId
readwritenonatomiccopy

出发点 POI ID

◆ origintype

- (NSString*) origintype
readwritenonatomiccopy

出发点POI类型编码,此值可以辅助更精准的起点算路,0:普通道路、1:高架上、2:高架下、3:主路、4:辅路、5:隧道、7:环岛、9:停车场内部

◆ plate

- (NSString*) plate
readwritenonatomiccopy

车牌信息,如京AHA322,支持6位传统车牌和7位新能源车牌,用于判断是否限行

◆ showFieldType

- (AMapDrivingRouteShowFieldType) showFieldType
readwritenonatomicassign

设置需要返回的扩展信息,默认为AMapDrivingRouteShowFieldTypeNone,只返回基础信息字段

◆ strategy

- (NSInteger) strategy
readwritenonatomicassign

驾车导航策略,默认策略为32。 32:默认,高德推荐,同高德地图APP默认 33:躲避拥堵 34:高速优先 35:不走高速 36:少收费 37:大路优先 38:速度最快 39:躲避拥堵+高速优先 40:躲避拥堵+不走高速 41:躲避拥堵+少收费 42:少收费+不走高速 43:躲避拥堵+少收费+不走高速 44:躲避拥堵+大路优先 45:躲避拥堵+速度最快

◆ waypoints

- (NSArray<AMapGeoPoint *>*) waypoints
readwritenonatomiccopy

途经点 AMapGeoPoint 数组,目前最多支持16个途经点


The documentation for this class was generated from the following file:
© 2017 高德信息技术有限公司 版权所有,保留所有权利。