9 #ifndef UtilsComponent_BMKOpenPoiOption_h 10 #define UtilsComponent_BMKOpenPoiOption_h 12 #import <Foundation/Foundation.h> 13 #import <CoreLocation/CoreLocation.h> 14 #import "BMKOpenOption.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;
NSString * poiUid
poi的uid
Definition: BMKOpenPoiOption.h:20
调起百度地图参数基类
Definition: BMKOpenOption.h:13
调起百度地图: poi详情参数类
Definition: BMKOpenPoiOption.h:17
调起百度地图: poi周边参数类
Definition: BMKOpenPoiOption.h:26