| BaiduMap_IOSSDK_v6.6.5_Docs 6.6.5
    | 
POI信息类 更多...
#include <BMKPoiSearchType.h>
 
 | 属性 | |
| NSString * | status | 
| POI营业状态,正常返回空,已关闭返回‘已关闭’ | |
| NSString * | name | 
| POI名称 | |
| CLLocationCoordinate2D | pt | 
| POI坐标 | |
| NSString * | address | 
| POI地址信息 | |
| NSString * | phone | 
| POI电话号码 | |
| NSString * | UID | 
| POI唯一标识符uid | |
| NSString * | adcode | 
| POI行政区划代码,设置extensionsAdcode为YES时召回 | |
| NSString * | province | 
| POI所在省份 | |
| NSString * | city | 
| POI所在城市 | |
| NSString * | area | 
| POI所在行政区域 | |
| NSString * | streetID | 
| POI对应的街景图ID | |
| NSString * | tag | 
| POI类别 注:逆地理编码检索会返回此值,其他检索可能返回为空,请参考detailInfo中的tag值。 | |
| BOOL | hasDetailInfo | 
| POI是否有详情url | |
| BMKPOIDetailInfo * | detailInfo | 
| POI详情信息 | |
| NSString * | direction | 
| 和当前坐标点的方向,注:此字段只对逆地理检索有效 | |
| NSInteger | distance | 
| 距离坐标点距离,注:此字段只对逆地理检索有效 | |
| NSString * | zipCode | 
| 邮编,注:此字段只对逆地理检索有效 | |
| BMKPoiInfo * | parentPOI | 
| 该POI对应的父POI,注:此字段只对逆地理检索有效 | |
POI信息类
| 
 | readwritenonatomiccopy | 
POI行政区划代码,设置extensionsAdcode为YES时召回
| 
 | readwritenonatomiccopy | 
POI地址信息
| 
 | readwritenonatomiccopy | 
POI所在行政区域
| 
 | readwritenonatomiccopy | 
POI所在城市
| 
 | readwritenonatomicstrong | 
POI详情信息
| 
 | readwritenonatomiccopy | 
和当前坐标点的方向,注:此字段只对逆地理检索有效
| 
 | readwritenonatomicassign | 
距离坐标点距离,注:此字段只对逆地理检索有效
| 
 | readwritenonatomicassign | 
POI是否有详情url
| 
 | readwritenonatomiccopy | 
POI名称
| 
 | readwritenonatomicstrong | 
该POI对应的父POI,注:此字段只对逆地理检索有效
| 
 | readwritenonatomiccopy | 
POI电话号码
| 
 | readwritenonatomiccopy | 
POI所在省份
| 
 | readwritenonatomicassign | 
POI坐标
| 
 | readwritenonatomiccopy | 
POI营业状态,正常返回空,已关闭返回‘已关闭’
| 
 | readwritenonatomiccopy | 
POI对应的街景图ID
| 
 | readwritenonatomiccopy | 
POI类别 注:逆地理编码检索会返回此值,其他检索可能返回为空,请参考detailInfo中的tag值。
| 
 | readwritenonatomiccopy | 
POI唯一标识符uid
| 
 | readwritenonatomiccopy | 
邮编,注:此字段只对逆地理检索有效