iOS高德地图SDK(搜索) V9.8.0
Loading...
Searching...
No Matches
AMapAOI Class Reference

兴趣区域 More...

#include <AMapCommonObj.h>

Inheritance diagram for AMapAOI:
AMapSearchObject

Properties

NSString * uid
 AOI全局唯一ID.
 
NSString * name
 名称
 
NSString * adcode
 所在区域编码
 
AMapGeoPointlocation
 中心点经纬度
 
CGFloat area
 面积,单位平方米
 
CGFloat distance
 输入经纬度是否在 aoi 面之中:0,代表在 aoi 内 其余整数代表距离 AOI 的距离
 
NSString * type
 所属 aoi 类型
 

Additional Inherited Members

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

Detailed Description

兴趣区域

Property Documentation

◆ adcode

- (NSString*) adcode
readwritenonatomiccopy

所在区域编码

◆ area

- (CGFloat) area
readwritenonatomicassign

面积,单位平方米

◆ distance

- (CGFloat) distance
readwritenonatomicassign

输入经纬度是否在 aoi 面之中:0,代表在 aoi 内 其余整数代表距离 AOI 的距离

Since
V9.7.4

◆ location

- (AMapGeoPoint*) location
readwritenonatomiccopy

中心点经纬度

◆ name

- (NSString*) name
readwritenonatomiccopy

名称

◆ type

- (NSString*) type
readwritenonatomiccopy

所属 aoi 类型

Since
V9.7.4

◆ uid

- (NSString*) uid
readwritenonatomiccopy

AOI全局唯一ID.


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