概览
公开成员函数 | |
(nullable NSString *) | - addressLine1 |
返回地址的第一行。 | |
(nullable NSString *) | - addressLine2 |
返回地址的第二行。 | |
属性 | |
CLLocationCoordinate2D | 坐标 |
位置,如果未知,则为 kLocationCoordinate2DInvalid。 | |
NSString * | 街道 |
门牌号和名称。 | |
NSString * | 市行政区 |
市行政区或城市。 | |
NSString * | subLocality |
市行政区、区或公园的细分。 | |
NSString * | administrativeArea |
区域/州/省/自治区/直辖市/行政区。 | |
NSString * | postalCode |
邮政编码。 | |
NSString * | country |
国家/地区名称。 | |
NSArray< NSString * > * | 行 |
NSString 数组,其中包含设置了格式的地址行。 |
成员函数文档
- (nullable NSString *) addressLine1 |
返回地址的第一行。
- 注意:
- 已弃用。此方法已过时,并将在未来的版本中移除。请改用 lines 属性。
- (nullable NSString *) addressLine2 |
返回地址的第二行。
- 注意:
- 已弃用。此方法已过时,并将在未来的版本中移除。请改用 lines 属性。
属性说明
- (CLLocationCoordinate2D) 坐标 [read, assign] |
位置,如果未知,则为 kLocationCoordinate2DInvalid。
- (NSString*) thoroughfare [read, copy] |
门牌号和名称。
- (NSString*) locality [read, copy] |
市行政区或城市。
- (NSString*) subLocality [read, copy] |
市行政区、区或公园的细分。
- (NSString*) administrativeArea [read, copy] |
区域/州/省/自治区/直辖市/行政区。
- (NSString*) postalCode [read, copy] |
邮政编码。
- (NSString*) country [read, copy] |
国家/地区名称。
- (NSArray<NSString *>*) 行 [read, copy] |
NSString 数组,其中包含设置了格式的地址行。
可以为零。