BaiduMap_IOSSDK_v6.2.0_Docs
6.2.0
|
云检索结果信息类 更多...
#import <BMKCloudPOIList.h>
构造函数 | |
(int uid) | - __deprecated_msg |
poi数据id,废弃 更多... | |
Protected 属性 | |
int | _uid |
NSString * | _poiId |
int | _geotableId |
NSString * | _title |
NSString * | _address |
NSString * | _province |
NSString * | _city |
NSString * | _district |
double | _latitude |
double | _longitude |
NSString * | _tags |
float | _distance |
float | _weight |
NSMutableDictionary * | _customDict |
int | _creattime |
int | _modifytime |
int | _type |
属性 | |
NSString * | poiId |
poi数据id 更多... | |
int | geotableId |
所属table的id 更多... | |
NSString * | title |
poi名称 更多... | |
NSString * | address |
poi地址 更多... | |
NSString * | province |
poi所属省 更多... | |
NSString * | city |
poi所属城市 更多... | |
NSString * | district |
poi所属区县 更多... | |
double | latitude |
poi所处位置的纬度 更多... | |
double | longitude |
poi所处位置的经度 更多... | |
NSString * | tags |
poi标签 更多... | |
float | distance |
poi距离 更多... | |
float | weight |
权重 更多... | |
NSMutableDictionary * | customDict |
自定义列 更多... | |
int | creattime |
创建时间 更多... | |
int | modifytime |
修改时间 更多... | |
int | type |
类型 更多... | |
NSString * | direction |
处于位置点的方向 更多... | |
云检索结果信息类
- (int uid) __deprecated_msg | ("自4.4.0开始废弃") |
poi数据id,废弃
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
readwritenonatomicstrong |
poi地址
|
readwritenonatomicstrong |
poi所属城市
|
readwritenonatomicassign |
创建时间
|
readwritenonatomicstrong |
自定义列
|
readwritenonatomicstrong |
处于位置点的方向
|
readwritenonatomicassign |
poi距离
|
readwritenonatomicstrong |
poi所属区县
|
readwritenonatomicassign |
所属table的id
|
readwritenonatomicassign |
poi所处位置的纬度
|
readwritenonatomicassign |
poi所处位置的经度
|
readwritenonatomicassign |
修改时间
|
readwritenonatomicstrong |
poi数据id
|
readwritenonatomicstrong |
poi所属省
|
readwritenonatomicstrong |
poi标签
|
readwritenonatomicstrong |
poi名称
|
readwritenonatomicassign |
类型
|
readwritenonatomicassign |
权重