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

企业地图ID查询请求 More...

#import <AMapSearchObj.h>

Inheritance diagram for AMapCloudPOIIDSearchRequest:
AMapCloudSearchBaseRequest AMapSearchObject

Properties

NSInteger uid
 必填,POI的ID More...
 
- Properties inherited from AMapCloudSearchBaseRequest
NSString * tableID
 要查询的表格ID, 必选 More...
 
NSArray< NSString * > * filter
 筛选条件数组, 可选, 说明:
1.支持建立索引的字段根据多个条件筛选,多个条件用双
2.判断符合支持:>= 大于等于,<= 小于等于,>大于,<小于,= 精确匹配(text索引不可用);
3.示例规则:key1=value1&&key2=value2&&lastloctime>=1469817532,示例:"name=王师傅|张师傅&&lastloctime>=1469817532 More...
 
NSString * sortFields
 排序字段名, 可选.
说明:
1.支持按建立了排序筛选索引的整数或小数字段进行排序:sortFields = "字段名";
2.系统预设的字段(忽略sortType):_distance:坐标与中心点距离升序排序,仅在周边检索时有效(若其它请求使用会异常返回);_weight:权重降序排序,当存在keywords时有效;
More...
 
AMapCloudSortType sortType
 可选, 排序方式(默认升序) More...
 
NSInteger offset
 可选, 每页记录数(每页最大记录数100, 默认20) More...
 
NSInteger page
 可选, 当前页数(>=1, 默认1) More...
 

Additional Inherited Members

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

Detailed Description

企业地图ID查询请求

Property Documentation

◆ uid

- (NSInteger) uid
readwritenonatomicassign

必填,POI的ID


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