逆地理编码请求
More...
#include <AMapSearchObj.h>
|
| BOOL | requireExtension |
| | 是否返回扩展信息,默认NO。
|
| |
| AMapGeoPoint * | location |
| | 中心点坐标。
|
| |
| NSInteger | radius |
| | 查询半径,单位米,范围0~3000,默认1000。
|
| |
| NSString * | poitype |
| | 指定返回结果poi数组中的POI类型,在requireExtension=YES时生效。输入为typecode, 支持传入多个typecode, 多值时用“|”分割
|
| |
| NSString * | mode |
| | distance 按距离返回,score 按权重返回,仅海外生效(since 7.4.0)
|
| |
◆ location
◆ mode
distance 按距离返回,score 按权重返回,仅海外生效(since 7.4.0)
◆ poitype
指定返回结果poi数组中的POI类型,在requireExtension=YES时生效。输入为typecode, 支持传入多个typecode, 多值时用“|”分割
◆ radius
查询半径,单位米,范围0~3000,默认1000。
◆ requireExtension
| - (BOOL) requireExtension |
|
readwritenonatomicassign |
The documentation for this class was generated from the following file: