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 more

    Declaration

    Swift

    open class CLGeocoder : NSObject

CLLocationManager

CLCircularRegion

CLPlacemark

  • A structure that contains placemark data for a given latitude and longitude. Apple Documentation

    See more

    Declaration

    Swift

    open class CLPlacemark : NSObject, NSCopying, NSSecureCoding, @unchecked Sendable

CLRegion

  • A geographic region that you monitor using location services. Apple Documentation

    See more

    Declaration

    Swift

    open class CLRegion : NSObject, NSCopying, NSSecureCoding

CLLocationUtils

  • Utility functions for location calculations and coordinate operations. This class provides common geographic calculations used throughout the OpenCoreLocation framework.

    See more

    Declaration

    Swift

    public final class CLLocationUtils