location
A key indicating that the app was launched to handle an incoming location event.
Declaration
static let location: UIApplication.LaunchOptionsKeyDiscussion
The value of this key is an NSNumber object containing a Boolean value. You should use the presence of this key as a signal to create a CLLocationManager object and start location services again. Location data is delivered only to the location manager delegate and not using this key.