CLPlacemark地理位置属性

CLPlacemark对象提供了详细的地理位置属性,如道路、门牌号、城市、县区、省市自治区、邮政编码等。地址可以使用ABCreateStringWithAddressDictionary从其addressDictionary属性格式化。此外,还包括国家地区代号、国家和地区、内陆水体、海洋以及兴趣区域等信息。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

/*

 *  addressDictionary

 *  

 *  Discussion:

 *    This dictionary can be formatted as an address using ABCreateStringWithAddressDictionary,

 *    defined in the AddressBookUI framework.

 */

@property (nonatomic,readonly,copy,nullable)NSDictionary *addressDictionary;

// 字典的键有如下:

    City = "";

    Country = "\U4e2d\U56fd";

    CountryCode = CN;

    FormattedAddressLines =     ( 

        ""

    );

    Name = "";

    State = "";

    Street = "";

    SubLocality = "";

    SubThoroughfare = "";

    Thoroughfare = "";






// address dictionary properties

// 道路+门牌号

@property (nonatomic,readonly,copy,nullable)NSString *name;// eg. Apple Inc.

// 道路

@property (nonatomic,readonly,copy,nullable)NSString *thoroughfare;// street name, eg. Infinite Loop

// 门牌号

@property (nonatomic,readonly,copy,nullable)NSString *subThoroughfare;// eg. 1

// 城市

@property (nonatomic,readonly,copy,nullable)NSString *locality;// city, eg. Cupertino

// 县区

@property (nonatomic,readonly,copy, nullable)NSString *subLocality;// neighborhood, common name, eg. Mission District

// 省市自治区(州)

@property (nonatomic,readonly,copy,nullable)NSString *administrativeArea;// state, eg. CA

// 县区?(大陆为空)

@property (nonatomic,readonly,copy,nullable)NSString *subAdministrativeArea;// county, eg. Santa Clara

// 邮政编码

@property (nonatomic,readonly,copy,nullable)NSString *postalCode;// zip code, eg. 95014

// 国家地区代号(英文简写)

@property (nonatomic,readonly,copy,nullable)NSString *ISOcountryCode;// eg. US

// 国家地区

@property (nonatomic,readonly,copy,nullable)NSString *country;// eg. United States

@property (nonatomic,readonly,copy,nullable)NSString *inlandWater;// eg. Lake Tahoe

@property (nonatomic,readonly,copy,nullable)NSString *ocean;// eg. Pacific Ocean

@property (nonatomic,readonly,copy,nullable)NSArray<NSString *> *areasOfInterest;// eg. Golden Gate Park

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值