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

附近搜索请求 More...

#import <AMapSearchObj.h>

Inheritance diagram for AMapNearbySearchRequest:
AMapSearchObject

Properties

AMapGeoPointcenter
 中心点坐标 More...
 
NSInteger radius
 查询半径,范围:[0, 10000],单位:米 [default = 1000] More...
 
AMapNearbySearchType searchType
 搜索距离类型,默认为直线距离 More...
 
NSInteger timeRange
 检索时间范围,超过24小时的数据无法返回,范围[5, 24*60*60] 单位:秒 [default = 1800] More...
 
NSInteger limit
 返回条数,范围[1, 100], 默认30 More...
 

Additional Inherited Members

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

Detailed Description

附近搜索请求

Property Documentation

◆ center

- (AMapGeoPoint*) center
readwritenonatomiccopy

中心点坐标

◆ limit

- (NSInteger) limit
readwritenonatomicassign

返回条数,范围[1, 100], 默认30

◆ radius

- (NSInteger) radius
readwritenonatomicassign

查询半径,范围:[0, 10000],单位:米 [default = 1000]

◆ searchType

- (AMapNearbySearchType) searchType
readwritenonatomicassign

搜索距离类型,默认为直线距离

◆ timeRange

- (NSInteger) timeRange
readwritenonatomicassign

检索时间范围,超过24小时的数据无法返回,范围[5, 24*60*60] 单位:秒 [default = 1800]


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