9 #ifndef UtilsComponent_BMKOpenPoiOption_h
10 #define UtilsComponent_BMKOpenPoiOption_h
12 #import <Foundation/Foundation.h>
13 #import <CoreLocation/CoreLocation.h>
20 @property (nonatomic, strong) NSString*
poiUid;
29 @property (nonatomic, assign) CLLocationCoordinate2D location;
31 @property (nonatomic, assign) NSUInteger radius;
33 @property (nonatomic, strong) NSString* keyword;