Classes
The following classes are available globally.
-
An object that provides services for converting between a coordinate and user-friendly location information. Apple Documentation
See moreDeclaration
Swift
open class CLGeocoder : NSObject
-
The object you use to start and stop the delivery of location-related events to your app. Apple Documentation
See moreDeclaration
Swift
open class CLLocationManager : NSObject
-
A circular geographic region that you monitor using location services. Apple Documentation
See moreDeclaration
Swift
open class CLCircularRegion : CLRegion
-
Represents the logical floor level of a location inside a building. Apple Documentation
See moreDeclaration
Swift
public class CLFloor : NSObject, NSCopying, NSSecureCoding
-
Represents the heading information of a device. Apple Documentation
See moreDeclaration
Swift
public class CLHeading
-
Represents a geographical coordinate along with accuracy, timestamp, and motion information. Apple Documentation
See moreDeclaration
Swift
open class CLLocation : NSObject, NSCopying, NSSecureCoding
-
Contains metadata about the source of a location, including whether it was generated by a simulator or an external accessory. Apple Documentation
See moreDeclaration
Swift
open class CLLocationSourceInformation : NSObject, NSCopying, NSSecureCoding
-
A structure that contains placemark data for a given latitude and longitude. Apple Documentation
See moreDeclaration
Swift
open class CLPlacemark : NSObject, NSCopying, NSSecureCoding, @unchecked Sendable
-
A geographic region that you monitor using location services. Apple Documentation
See moreDeclaration
Swift
open class CLRegion : NSObject, NSCopying, NSSecureCoding
-
Utility functions for location calculations and coordinate operations. This class provides common geographic calculations used throughout the OpenCoreLocation framework.
See moreDeclaration
Swift
public final class CLLocationUtils