PassiveLocationManagerDelegate
public protocol PassiveLocationManagerDelegate : AnyObject
A delegate of a PassiveLocationManager
object implements methods that the location manager calls as the user’s location changes.
-
Seealso
CLLocationManagerDelegate.locationManagerDidChangeAuthorization(_:)
Declaration
Swift
@available(iOS 14.0, *) func passiveLocationManagerDidChangeAuthorization(_ manager: PassiveLocationManager)
-
Seealso
CLLocationManagerDelegate.locationManager(_:didUpdateLocations:)
Declaration
Swift
func passiveLocationManager(_ manager: PassiveLocationManager, didUpdateLocation location: CLLocation, rawLocation: CLLocation)
-
Seealso
CLLocationManagerDelegate.locationManager(_:didUpdateHeading:)
Declaration
Swift
func passiveLocationManager(_ manager: PassiveLocationManager, didUpdateHeading newHeading: CLHeading)
-
Seealso
CLLocationManagerDelegate.locationManager(_:didFailWithError:)
Declaration
Swift
func passiveLocationManager(_ manager: PassiveLocationManager, didFailWithError error: Error)