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

导航短串分享请求 More...

#import <AMapSearchObj.h>

Inheritance diagram for AMapNavigationShareSearchRequest:
AMapShareSearchBaseRequest AMapSearchObject

Properties

NSInteger strategy
 默认为0,超出范围为0
驾车:0-速度最快(时间);
1-避免收费(不走收费路段的最快道路);
2-距离优先;
3-不走高速;
4-结合实时交通(躲避拥堵);
5-不走高速且避免收费;
6-不走高速且躲避拥堵;
7-躲避收费和拥堵;
8-不走高速且躲避收费和拥堵 More...
 
AMapGeoPointstartCoordinate
 起点坐标,若跳转到高德地图,默认更换为定位坐标 More...
 
AMapGeoPointdestinationCoordinate
 终点坐标 More...
 

Additional Inherited Members

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

Detailed Description

导航短串分享请求

Property Documentation

◆ destinationCoordinate

- (AMapGeoPoint*) destinationCoordinate
readwritenonatomiccopy

终点坐标

◆ startCoordinate

- (AMapGeoPoint*) startCoordinate
readwritenonatomiccopy

起点坐标,若跳转到高德地图,默认更换为定位坐标

◆ strategy

- (NSInteger) strategy
readwritenonatomicassign

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


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