|
BaiduMap_IOSSDK_v6.5.2_Docs
6.5.2
|
POI信息类 更多...
#import <BMKPoiSearchType.h>
属性 | |
| 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是否有详情信息 更多... | |
| 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是否有详情信息
|
readwritenonatomiccopy |
POI名称
|
readwritenonatomicstrong |
该POI对应的父POI,注:此字段只对逆地理检索有效
|
readwritenonatomiccopy |
POI电话号码
|
readwritenonatomiccopy |
POI所在省份
|
readwritenonatomicassign |
POI坐标
|
readwritenonatomiccopy |
POI对应的街景图ID
|
readwritenonatomiccopy |
POI类别 注:逆地理编码检索会返回此值,其他检索可能返回为空,请参考detailInfo中的tag值。
|
readwritenonatomiccopy |
POI唯一标识符uid
|
readwritenonatomiccopy |
邮编,注:此字段只对逆地理检索有效