Map Doc  1.0
iOS-引擎SDK-开放平台
MBReverseGeocode类 参考

#import <MBReverseGeocode.h>

类 MBReverseGeocode 继承关系图:
MBPoiFavorite MBObject

属性

int roadDistance
 
MBPoint navPos
 道路距离 更多...
 
int naviInfoTypeId
 在线POI 的导航坐标 更多...
 
NSString * province
 在线POI 的类型编码 更多...
 
NSString * city
 更多...
 
NSString * area
 城市 更多...
 
NSString * poiDirection
 地区 更多...
 
NSString * poiArea
 poi方向 更多...
 
NSString * poiCity
 兴趣点行政区 更多...
 
NSString * roadName
 兴趣点城市 更多...
 
NSString * roadDirection
 道路名称 更多...
 
NSString * roadLevel
 道路方向 更多...
 
- 属性 继承自 MBPoiFavorite
NSInteger poiId
 唯一 ID 更多...
 
unsigned int type
 
MBPoint pos
 导航坐标(如公园的入口) 更多...
 
MBPoint displayPos
 
NSString *_Nonnull name
 Poi 名称 更多...
 
NSString *_Nonnull address
 地址 更多...
 
NSString *_Nullable phoneNumber
 电话 更多...
 
NSString *_Nullable regionName
 所在地区名 更多...
 
NSString *_Nullable typeName
 Poi 类型名称 更多...
 
NSInteger distance
 与搜索中心点的距离 更多...
 
NSInteger userData
 用户自定义 更多...
 
BOOL isValidate
 
NSString *_Nullable pid
 常用地址标识(如"家"、"常用地址1") 更多...
 
NSString *_Nullable displayName
 显示名称(由用户编辑而来) 更多...
 
NSString *_Nullable uid
 云同步后的 Poi 唯一标识 更多...
 
NSInteger editMode
 等待云同步的 Poi 状态标识(新增、删除、修改等) 更多...
 
NSInteger index
 常用地址/收藏索引 更多...
 
double useTime
 常用地址/收藏的新增时间戳 更多...
 

额外继承的成员函数

- 构造函数 继承自 MBPoiFavorite
(void) - reset
 
(void) - updateFromPoiObject:
 
(nonnull MBPoiFavorite *) - clone
 
(void) - updatePoiObject:
 
- 构造函数 继承自 MBObject
(instancetype) - initWithHandle:
 
(void *) - getHandle
 

详细描述

逆地理信息类 DEPRECATED since 4.10.x! 但是不能删除,因为客户端本地存储了该类的序列化信息。每次客户端都会反序列化读取。

属性说明

◆ area

- (NSString*) area
readwritenonatomiccopy

城市

◆ city

- (NSString*) city
readwritenonatomiccopy

◆ naviInfoTypeId

- (int) naviInfoTypeId
readwritenonatomicassign

在线POI 的导航坐标

◆ navPos

- (MBPoint) navPos
readwritenonatomicassign

道路距离

◆ poiArea

- (NSString*) poiArea
readwritenonatomiccopy

poi方向

◆ poiCity

- (NSString*) poiCity
readwritenonatomiccopy

兴趣点行政区

◆ poiDirection

- (NSString*) poiDirection
readwritenonatomiccopy

地区

◆ province

- (NSString*) province
readwritenonatomiccopy

在线POI 的类型编码

◆ roadDirection

- (NSString*) roadDirection
readwritenonatomiccopy

道路名称

◆ roadDistance

- (int) roadDistance
readwritenonatomicassign

◆ roadLevel

- (NSString*) roadLevel
readwritenonatomiccopy

道路方向

◆ roadName

- (NSString*) roadName
readwritenonatomiccopy

兴趣点城市


该类的文档由以下文件生成: