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

逆地理编码请求 More...

#import <AMapSearchObj.h>

Inheritance diagram for AMapReGeocodeSearchRequest:
AMapSearchObject

Properties

BOOL requireExtension
 是否返回扩展信息,默认NO。 More...
 
AMapGeoPointlocation
 中心点坐标。 More...
 
NSInteger radius
 查询半径,单位米,范围0~3000,默认1000。 More...
 
NSString * poitype
 指定返回结果poi数组中的POI类型,在requireExtension=YES时生效。输入为typecode, 支持传入多个typecode, 多值时用“|”分割 More...
 
NSString * mode
 distance 按距离返回,score 按权重返回,仅海外生效(since 7.4.0) More...
 

Additional Inherited Members

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

Detailed Description

逆地理编码请求

Property Documentation

◆ location

- (AMapGeoPoint*) location
readwritenonatomiccopy

中心点坐标。

◆ mode

- (NSString*) mode
readwritenonatomiccopy

distance 按距离返回,score 按权重返回,仅海外生效(since 7.4.0)

◆ poitype

- (NSString*) poitype
readwritenonatomiccopy

指定返回结果poi数组中的POI类型,在requireExtension=YES时生效。输入为typecode, 支持传入多个typecode, 多值时用“|”分割

◆ radius

- (NSInteger) radius
readwritenonatomicassign

查询半径,单位米,范围0~3000,默认1000。

◆ requireExtension

- (BOOL) requireExtension
readwritenonatomicassign

是否返回扩展信息,默认NO。


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