11#import <Foundation/Foundation.h>
14#pragma mark - AMapPOISearchBaseRequestV1
19@property (nonatomic, copy) NSString *
types;
21@property (nonatomic, assign) NSInteger
sortrule;
23@property (nonatomic, assign) NSInteger
offset;
25@property (nonatomic, assign) NSInteger
page;
37@property (nonatomic, copy) NSString *uid;
43@property (nonatomic, copy) NSString *keywords;
45@property (nonatomic, copy) NSString *city;
47@property (nonatomic, assign) BOOL cityLimit;
56@property (nonatomic, copy) NSString *keywords;
60@property (nonatomic, assign) NSInteger radius;
62@property (nonatomic, copy) NSString *city;
64@property (nonatomic, assign) BOOL special;
71@property (nonatomic, copy) NSString *keywords;
79@property (nonatomic, assign) NSInteger count;
83@property (nonatomic, strong) NSArray<AMapPOI *> *pois;
经纬度, description中格式为 <经度,纬度>
Definition AMapCommonObj.h:30
多边形, 当传入两个点的时候,当做矩形处理:左下-右上两个顶点;其他情况视为多边形,几个点即为几边型。
Definition AMapCommonObj.h:45
POI周边搜索
Definition AMapSearchObjV1.h:55
POI ID搜索请求
Definition AMapSearchObjV1.h:36
POI关键字搜索
Definition AMapSearchObjV1.h:42
POI多边形搜索
Definition AMapSearchObjV1.h:70
POI搜索请求基类
Definition AMapSearchObjV1.h:18
BOOL requireExtension
是否返回扩展信息,默认为 NO。
Definition AMapSearchObjV1.h:29
NSString * types
类型,多个类型用“|”分割 可选值:文本分类、分类代码
Definition AMapSearchObjV1.h:19
NSString * building
建筑物POI编号,传入建筑物POI之后,则只在该建筑物之内进行搜索(since 4.5.0)
Definition AMapSearchObjV1.h:27
NSInteger sortrule
排序规则, 0-距离排序;1-综合排序, 默认0
Definition AMapSearchObjV1.h:21
NSInteger offset
每页记录数, 范围1-25, [default = 20]
Definition AMapSearchObjV1.h:23
BOOL requireSubPOIs
是否返回子POI,默认为 NO。
Definition AMapSearchObjV1.h:31
NSInteger page
当前页数, 范围1-100, [default = 1]
Definition AMapSearchObjV1.h:25
POI搜索返回
Definition AMapSearchObjV1.h:78
搜索SDK基础类, 通用数据结构和response支持copy和coding(since 4.4.1)。
Definition AMapCommonObj.h:17
建议信息
Definition AMapCommonObj.h:72