9 #ifndef RadarComponent_BMKRadarManager_h 10 #define RadarComponent_BMKRadarManager_h 12 #import "BMKRadarOption.h" 13 #import "BMKRadarResult.h" 16 @protocol BMKRadarManagerDelegate <NSObject>
28 - (void)onGetRadarUploadResult:(BMKRadarErrorCode) error;
34 - (void)onGetRadarClearMyInfoResult:(BMKRadarErrorCode) error;
41 - (void)onGetRadarNearbySearchResult:(
BMKRadarNearbyResult*) result error:(BMKRadarErrorCode) error;
50 @property (nonatomic, strong) NSString*
userId;
66 - (void)addRadarManagerDelegate:(id<BMKRadarManagerDelegate>) delegate;
72 - (void)removeRadarManagerDelegate:(id<BMKRadarManagerDelegate>) delegate;
79 - (void)startAutoUpload:(NSTimeInterval) interval;
查询周边的用户信息参数类
Definition: BMKRadarOption.h:43
BOOL clearMyInfoRequest()
查询周边的用户信息结果类
Definition: BMKRadarResult.h:51
BMKRadarManager * getRadarManagerInstance()
NSString * userId
上传时用,上传前需设置,不设置自动生成userId;切换用户时,需手动清除原先用户的位置信息 ...
Definition: BMKRadarManager.h:50
周边雷达管理类
Definition: BMKRadarManager.h:47
用户信息类
Definition: BMKRadarOption.h:15
void releaseRadarManagerInstance()