|
百度定位SDK for iOS v1.7 类参考
|
BMKLocationReGeocode类。描述跟地址有关的信息. 更多...
#import <BMKLocationReGeocode.h>
构造函数 | |
| (id) | - initWithReGeocodeString: |
| 通过NSData初始化方法 | |
| (id) | - initWithJsonString:withHighAccuracy: |
| 通过JSON初始化方法 | |
属性 | |
| NSString * | country |
| 国家名字属性 | |
| NSString * | countryCode |
| 国家编码属性 | |
| NSString * | province |
| 省份名字属性 | |
| NSString * | city |
| 城市名字属性 | |
| NSString * | district |
| 区名字属性 | |
| NSString * | street |
| 街道名字属性 | |
| NSString * | streetNumber |
| 街道号码属性 | |
| NSString * | cityCode |
| 城市编码属性 | |
| NSString * | adCode |
| 行政区划编码属性 | |
| NSString * | locationDescribe |
| 位置语义化结果的定位点在什么地方周围的描述信息 | |
| NSArray< BMKLocationPoi * > * | poiList |
| 位置语义化结果的属性,该定位点周围的poi列表信息 | |
BMKLocationReGeocode类。描述跟地址有关的信息.
1.8.14