|
iOS高德地图SDK(搜索) V9.8.0
|
POI ID搜索请求 More...
#include <AMapSearchObj.h>
Properties | |
| NSString * | uid |
| poi唯一标识,最多可以传入10个id,多个id之间用“|”分隔。必填 | |
Properties inherited from AMapPOISearchBaseRequest | |
| NSString * | types |
| 类型,多个类型用“|”分割 可选值:文本分类、分类代码 | |
| NSInteger | sortrule |
| 排序规则, 0-距离排序;1-综合排序, 默认0 | |
| NSInteger | offset |
| 每页记录数, 范围1-25, [default = 10] | |
| NSInteger | page |
| 当前页数, 范围1-100, [default = 1] | |
| AMapPOISearchShowFieldsType | showFieldsType |
| 设置需要返回的扩展信息,默认为AMapPOISearchShowFieldsTypeNone,只返回基础信息字段 | |
Additional Inherited Members | |
Instance Methods inherited from AMapSearchObject | |
| (NSString *) | - formattedDescription |
| 返回格式化的描述信息。通用数据结构和response类型有效。 | |
POI ID搜索请求
|
readwritenonatomiccopy |
poi唯一标识,最多可以传入10个id,多个id之间用“|”分隔。必填