|
iOS高德地图SDK(搜索)
V9.7.5
|
POI周边搜索 More...
#import <AMapSearchObj.h>
Properties | |
| NSString * | keywords |
| 查询关键字,多个关键字用“|”分割。可选 More... | |
| AMapGeoPoint * | location |
| 中心点坐标 More... | |
| NSInteger | radius |
| 查询半径,范围:0-50000,单位:米 [default = 3000] More... | |
| NSString * | city |
| 查询城市,可选值:cityname(中文或中文全拼)、citycode、adcode。注:当用户指定的经纬度和city出现冲突,若范围内有用户指定city的数据,则返回相关数据,否则返回为空。(since 5.7.0) More... | |
Properties inherited from AMapPOISearchBaseRequest | |
| NSString * | types |
| 类型,多个类型用“|”分割 可选值:文本分类、分类代码 More... | |
| NSInteger | sortrule |
| 排序规则, 0-距离排序;1-综合排序, 默认0 More... | |
| NSInteger | offset |
| 每页记录数, 范围1-25, [default = 10] More... | |
| NSInteger | page |
| 当前页数, 范围1-100, [default = 1] More... | |
| AMapPOISearchShowFieldsType | showFieldsType |
| 设置需要返回的扩展信息,默认为AMapPOISearchShowFieldsTypeNone,只返回基础信息字段 More... | |
Additional Inherited Members | |
Instance Methods inherited from AMapSearchObject | |
| (NSString *) | - formattedDescription |
| 返回格式化的描述信息。通用数据结构和response类型有效。 More... | |
POI周边搜索
|
readwritenonatomiccopy |
查询城市,可选值:cityname(中文或中文全拼)、citycode、adcode。注:当用户指定的经纬度和city出现冲突,若范围内有用户指定city的数据,则返回相关数据,否则返回为空。(since 5.7.0)
|
readwritenonatomiccopy |
查询关键字,多个关键字用“|”分割。可选
|
readwritenonatomiccopy |
中心点坐标
|
readwritenonatomicassign |
查询半径,范围:0-50000,单位:米 [default = 3000]