9 #ifndef UtilsComponent_BMKFavPoiInfo_h 10 #define UtilsComponent_BMKFavPoiInfo_h 12 #import <Foundation/Foundation.h> 13 #import <CoreLocation/CoreLocation.h> 19 @property (nonatomic, strong) NSString*
favId;
21 @property (nonatomic, strong) NSString*
poiName;
23 @property (nonatomic, strong) NSString*
poiUid;
25 @property (nonatomic, assign) CLLocationCoordinate2D
pt;
27 @property (nonatomic, strong) NSString*
address;
29 @property (nonatomic, strong) NSString*
cityName;
NSString * favId
数据ID,自动生成
Definition: BMKFavPoiInfo.h:19
NSString * poiName
poi名称(添加或更新时,必须有)
Definition: BMKFavPoiInfo.h:21
NSString * cityName
城市名称
Definition: BMKFavPoiInfo.h:29
NSUInteger timeStamp
添加或最后修改时间戳
Definition: BMKFavPoiInfo.h:31
收藏点信息类
Definition: BMKFavPoiInfo.h:16
NSString * address
poi地址
Definition: BMKFavPoiInfo.h:27
CLLocationCoordinate2D pt
poi坐标(添加或更新时,必须有)
Definition: BMKFavPoiInfo.h:25
NSString * poiUid
poi点Uid
Definition: BMKFavPoiInfo.h:23