The time zone associated with the placemark.
SDKs
- iOS 9.0+
- macOS 10.11+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
Framework
- Core Location
Declaration
var timeZone: Time Zone? { get }
The time zone associated with the placemark.
SDKs
Framework
var timeZone: Time Zone? { get }
var name: String?
The name of the placemark.
var iso Country Code: String?
The abbreviated country name.
var country: String?
The name of the country associated with the placemark.
var postal Code: String?
The postal code associated with the placemark.
var administrative Area: String?
The state or province associated with the placemark.
var sub Administrative Area: String?
Additional administrative area information for the placemark.
var locality: String?
The city associated with the placemark.
var sub Locality: String?
Additional city-level information for the placemark.
var thoroughfare: String?
The street address associated with the placemark.
var sub Thoroughfare: String?
Additional street-level information for the placemark.
var region: CLRegion?
The geographic region associated with the placemark.