9 #import <BaiduMapAPI_Base/BMKTypes.h> 16 CLLocationCoordinate2D _location;
22 @property (nonatomic, strong) NSString* address;
24 @property (nonatomic, strong) NSString* businessCircle;
26 @property (nonatomic, strong) NSString* sematicDescription;
28 @property (nonatomic, strong) NSString* cityCode;
30 @property (nonatomic) CLLocationCoordinate2D location;
32 @property (nonatomic, strong) NSArray* poiList;
39 CLLocationCoordinate2D _location;
43 @property (nonatomic) CLLocationCoordinate2D location;
45 @property (nonatomic,strong) NSString* address;
地址编码结果
Definition: BMKGeocodeType.h:37
此类表示地址结果的层次化信息
Definition: BMKTypes.h:167
反地址编码结果
Definition: BMKGeocodeType.h:12