iOS高德地图SDK(搜索)  V7.4.0
AMapDistanceSearchRequest Class Reference

距离查询请求(since 6.1.0) More...

#import <AMapSearchObj.h>

Inheritance diagram for AMapDistanceSearchRequest:
AMapSearchObject

Properties

NSArray< AMapGeoPoint * > * origins
 起点坐标数组,最多支持100个点。 More...
 
AMapGeoPointdestination
 终点坐标 More...
 
NSInteger type
 路径计算的方式和方法.0:直线距离; 1:驾车导航距离(仅支持国内坐标)此时会考虑路况,故在不同时间请求返回结果可能不同,此策略和driving接口的 strategy=4策略一致; 默认为1 More...
 

Additional Inherited Members

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

Detailed Description

距离查询请求(since 6.1.0)

Property Documentation

◆ destination

- (AMapGeoPoint*) destination
readwritenonatomicstrong

终点坐标

◆ origins

- (NSArray<AMapGeoPoint *>*) origins
readwritenonatomicstrong

起点坐标数组,最多支持100个点。

◆ type

- (NSInteger) type
readwritenonatomicassign

路径计算的方式和方法.0:直线距离; 1:驾车导航距离(仅支持国内坐标)此时会考虑路况,故在不同时间请求返回结果可能不同,此策略和driving接口的 strategy=4策略一致; 默认为1


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