搜索提示请求
More...
#import <AMapSearchObj.h>
|
NSString * | keywords |
| 查询关键字 More...
|
|
NSString * | city |
| 查询城市,可选值:cityname(中文或中文全拼)、citycode、adcode. More...
|
|
NSString * | types |
| 类型,多个类型用“|”分割 可选值:文本分类、分类代码 More...
|
|
BOOL | cityLimit |
| 强制城市限制功能,例如:在上海搜索天安门,如果citylimit为true,将不返回北京的天安门相关的POI More...
|
|
NSString * | location |
| 格式形如:"116.481488,39.990464",(经度,纬度),不可以包含空格。如果设置,在此location附近优先返回搜索关键词信息, since 5.0.0 More...
|
|
◆ city
查询城市,可选值:cityname(中文或中文全拼)、citycode、adcode.
◆ cityLimit
强制城市限制功能,例如:在上海搜索天安门,如果citylimit为true,将不返回北京的天安门相关的POI
◆ keywords
◆ location
格式形如:"116.481488,39.990464",(经度,纬度),不可以包含空格。如果设置,在此location附近优先返回搜索关键词信息, since 5.0.0
◆ types
类型,多个类型用“|”分割 可选值:文本分类、分类代码
The documentation for this class was generated from the following file: