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

路径规划短串分享请求 More...

#import <AMapSearchObj.h>

Inheritance diagram for AMapRouteShareSearchRequest:
AMapShareSearchBaseRequest AMapSearchObject

Properties

NSInteger strategy
 默认为0
驾车:0-速度最快(时间);
1-避免收费(不走收费路段的最快道路);
2-距离优先;
3-不走高速;
4-结合实时交通(躲避拥堵);
5-不走高速且避免收费;
6-不走高速且躲避拥堵;
7-躲避收费和拥堵;
8-不走高速且躲避收费和拥堵

公交:0-最快捷;
1-最经济;
2-最少换乘;
3-最少步行;
4-最舒适;
5-不乘地铁;

步行,无策略,均一样 More...
 
NSInteger type
 Route的type,默认为0,超出范围为0.
0为驾车,
1为公交,
2为步行 More...
 
AMapGeoPointstartCoordinate
 起点坐标 More...
 
AMapGeoPointdestinationCoordinate
 终点坐标 More...
 
NSString * startName
 起点名称,默认为“已选择的位置”,请不要包含【,%&#】等特殊符号 More...
 
NSString * destinationName
 终点名称,默认为“已选择的位置”,请不要包含【,%&#】等特殊符号 More...
 

Additional Inherited Members

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

Detailed Description

路径规划短串分享请求

Property Documentation

◆ destinationCoordinate

- (AMapGeoPoint*) destinationCoordinate
readwritenonatomiccopy

终点坐标

◆ destinationName

- (NSString*) destinationName
readwritenonatomiccopy

终点名称,默认为“已选择的位置”,请不要包含【,%&#】等特殊符号

◆ startCoordinate

- (AMapGeoPoint*) startCoordinate
readwritenonatomiccopy

起点坐标

◆ startName

- (NSString*) startName
readwritenonatomiccopy

起点名称,默认为“已选择的位置”,请不要包含【,%&#】等特殊符号

◆ strategy

- (NSInteger) strategy
readwritenonatomicassign

默认为0
驾车:0-速度最快(时间);
1-避免收费(不走收费路段的最快道路);
2-距离优先;
3-不走高速;
4-结合实时交通(躲避拥堵);
5-不走高速且避免收费;
6-不走高速且躲避拥堵;
7-躲避收费和拥堵;
8-不走高速且躲避收费和拥堵

公交:0-最快捷;
1-最经济;
2-最少换乘;
3-最少步行;
4-最舒适;
5-不乘地铁;

步行,无策略,均一样

◆ type

- (NSInteger) type
readwritenonatomicassign

Route的type,默认为0,超出范围为0.
0为驾车,
1为公交,
2为步行


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