What's New / Health, Sensors & Motion

What's new in CoreLocation

+2 New~1 DeprecatediOS · macOS · tvOS · watchOS

CoreLocation reports device location and heading to apps. It exposes directional readings through types like the heading APIs and body-relative identifiers.

The 27 SDK adds 2 APIs and deprecates 1. New are the CLBodyIdentifiable protocol and the headingBody symbol. The headingOrientation API is deprecated. Nothing was removed.

New

2
protocol

CLBodyIdentifiable

NewiOSmacOStvOSwatchOS
public protocol CLBodyIdentifiable : NSObjectProtocol
Declaration
public protocol CLBodyIdentifiable : NSObjectProtocol {
}
var

headingBody

NewiOSmacOSwatchOS
open var headingBody: (any CLBodyIdentifiable)?

Deprecated

1
var

headingOrientation

DeprecatediOSmacOSwatchOS
open var headingOrientation: CLDeviceOrientation

No APIs match your filter.

← More in Health, Sensors & Motion