Contents

locationManager(_:didChangeAuthorization:)

Tells the delegate its authorization status when the app creates the location manager and when the authorization status changes.

Declaration

optional func locationManager(_ manager: CLLocationManager, didChangeAuthorization status: CLAuthorizationStatus)

Parameters

  • manager:

    The location manager object reporting the event.

  • status:

    The authorization status for the app.

See Also

Responding to authorization changes