Structures
The following structures are available globally.
-
Represents the constraints used to identify a specific iBeacon. Apple Documentation
See moreDeclaration
Swift
public struct CLBeaconIdentityConstraint : Hashable, CustomDebugStringConvertible, CustomStringConvertible
-
Represents errors that can occur when using CoreLocation. This struct conforms to
See moreCustomNSError,Hashable, andError. Apple DocumentationDeclaration
Swift
public struct CLError : CustomNSError, Hashable, Error -
Represents a geographic coordinate in degrees. Apple Documentation
See moreDeclaration
Swift
public struct CLLocationCoordinate2D : CustomDebugStringConvertible, CustomStringConvertible, Sendable -
A structure that contains the location information the framework delivers with each update. Apple Documentation
See moreDeclaration
Swift
public struct CLLocationUpdate
-
A cross-platform struct to represent a postal address in a Linux-compatible way.
See more -
A thread-safe, sendable representation of
See moreCLLocation. This struct is designed to encapsulate the key properties ofCLLocationwhile ensuring it is safe to use in concurrent and isolated execution contexts.Declaration
Swift
public struct SendableCLLocation : Sendable, CustomStringConvertible, CustomDebugStringConvertible
View on GitHub
Structures Reference