9 #import <Foundation/Foundation.h> 10 #import <CoreLocation/CoreLocation.h> 12 NS_ASSUME_NONNULL_BEGIN
14 #define TENCENTLBS_DEBUG 0 18 @property (nonatomic, copy) NSString *
uid;
19 @property (nonatomic, copy) NSString *
name;
20 @property (nonatomic, copy) NSString *
address;
21 @property (nonatomic, copy) NSString *
catalog;
33 @property (nonatomic, strong) CLLocation *location;
38 @property (nonatomic, assign) NSInteger areaStat;
43 @property (nonatomic, copy, nullable) NSString *buildingId;
48 @property (nonatomic, copy, nullable) NSString *buildingFloor;
53 @property (nonatomic, assign) NSInteger indoorLocationType;
59 @property (nonatomic, copy, nullable) NSString *
name;
65 @property (nonatomic, copy, nullable) NSString *
address;
71 @property (nonatomic, assign) NSInteger nationCode;
77 @property (nonatomic, copy, nullable) NSString *code;
83 @property (nonatomic, copy, nullable) NSString *nation;
89 @property (nonatomic, copy, nullable) NSString *province;
95 @property (nonatomic, copy, nullable) NSString *city;
101 @property (nonatomic, copy, nullable) NSString *district;
107 @property (nonatomic, copy, nullable) NSString *town;
113 @property (nonatomic, copy, nullable) NSString *village;
119 @property (nonatomic, copy, nullable) NSString *street;
125 @property (nonatomic, copy, nullable) NSString *street_no;
131 @property (nonatomic, strong, nullable) NSArray<TencentLBSPoi*> *poiList;
140 @property (nonatomic, copy, nullable) NSString *halleyTime;
145 NS_ASSUME_NONNULL_END
double longitude
当前POI的经度
Definition: TencentLBSLocation.h:22
double distance
当前POI与当前位置的距离
Definition: TencentLBSLocation.h:24
NSString * name
当前POI的名称
Definition: TencentLBSLocation.h:19
NSString * address
当前POI的地址
Definition: TencentLBSLocation.h:20
Definition: TencentLBSLocation.h:28
NSString * catalog
当前POI的类别
Definition: TencentLBSLocation.h:21
double latitude
当前POI的纬度
Definition: TencentLBSLocation.h:23
Definition: TencentLBSLocation.h:16
NSString * uid
当前POI的uid
Definition: TencentLBSLocation.h:18