9 #ifndef RadarComponent_BMKRadarResult_h 10 #define RadarComponent_BMKRadarResult_h 12 #import "BMKRadarOption.h" 16 BMK_RADAR_NO_ERROR = 0,
18 BMK_RADAR_AK_NOT_BIND,
19 BMK_RADAR_NETWOKR_ERROR,
20 BMK_RADAR_NETWOKR_TIMEOUT,
21 BMK_RADAR_PERMISSION_UNFINISHED,
23 BMK_RADAR_USERID_NOT_EXIST,
24 BMK_RADAR_FORBID_BY_USER,
25 BMK_RADAR_FORBID_BY_ADMIN
32 @property (nonatomic, strong) NSString*
userId;
34 @property (nonatomic, assign) CLLocationCoordinate2D
pt;
36 @property (nonatomic, assign) NSUInteger
distance;
38 @property (nonatomic, strong) NSString*
extInfo;
42 @property (nonatomic, strong) NSString*
osType;
44 @property (nonatomic, assign) NSTimeInterval
timeStamp;
54 @property (nonatomic, assign) NSInteger totalNum;
56 @property (nonatomic, assign) NSInteger pageNum;
58 @property (nonatomic, assign) NSInteger currNum;
60 @property (nonatomic, assign) NSInteger pageIndex;
62 @property (nonatomic, strong) NSArray* infoList;
CLLocationCoordinate2D pt
地址坐标
Definition: BMKRadarResult.h:34
NSString * mobileType
设备类型
Definition: BMKRadarResult.h:40
查询周边的用户信息结果类
Definition: BMKRadarResult.h:51
NSString * extInfo
扩展信息
Definition: BMKRadarResult.h:38
NSString * userId
用户id
Definition: BMKRadarResult.h:32
NSString * osType
设备系统
Definition: BMKRadarResult.h:42
周边的用户信息类
Definition: BMKRadarResult.h:29
NSUInteger distance
距离
Definition: BMKRadarResult.h:36
NSTimeInterval timeStamp
时间戳
Definition: BMKRadarResult.h:44