9 #import <Foundation/Foundation.h>
10 #import <CoreLocation/CoreLocation.h>
15 @property (nonatomic, assign) NSInteger
code;
17 @property (nonatomic, copy) NSString *
name;
19 @property (nonatomic, assign) CLLocationCoordinate2D
center;
21 @property (nonatomic, copy) NSArray<NSString *> *
paths;
行政区域检索结果
Definition: BMKDistrictSearchResult.h:14
NSString * name
行政区域名称
Definition: BMKDistrictSearchResult.h:17
CLLocationCoordinate2D center
行政区域中心点
Definition: BMKDistrictSearchResult.h:19
NSInteger code
行政区域编码
Definition: BMKDistrictSearchResult.h:15
NSArray< NSString * > * paths
行政区边界直角地理坐标点数据(NSString数组,字符串数据格式为: "x,y;x,y")
Definition: BMKDistrictSearchResult.h:21