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;