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

POI信息 More...

#import <AMapCommonObj.h>

Inheritance diagram for AMapCloudPOI:
AMapSearchObject

Instance Methods

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

Properties

NSInteger uid
 唯一标识 More...
 
NSString * name
 名称 More...
 
AMapGeoPointlocation
 坐标位置 More...
 
NSString * address
 地址 More...
 
NSDictionary * customFields
 用户自定义字段 More...
 
NSString * createTime
 创建时间 More...
 
NSString * updateTime
 更新时间 More...
 
NSInteger distance
 离当前位置的距离(只在企业地图周边搜索时有效) More...
 

Detailed Description

POI信息

Method Documentation

◆ __attribute

- (NSArray<AMapCloudImage *>* images) __attribute ((deprecated("已废弃 since 7.4.0"))) 

图片信息

Property Documentation

◆ address

- (NSString*) address
readwritenonatomiccopy

地址

◆ createTime

- (NSString*) createTime
readwritenonatomiccopy

创建时间

◆ customFields

- (NSDictionary*) customFields
readwritenonatomicstrong

用户自定义字段

◆ distance

- (NSInteger) distance
readwritenonatomicassign

离当前位置的距离(只在企业地图周边搜索时有效)

◆ location

- (AMapGeoPoint*) location
readwritenonatomiccopy

坐标位置

◆ name

- (NSString*) name
readwritenonatomiccopy

名称

◆ uid

- (NSInteger) uid
readwritenonatomicassign

唯一标识

◆ updateTime

- (NSString*) updateTime
readwritenonatomiccopy

更新时间


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