UIApplication.LaunchOptionsLocationKey Property

Definition

Launch Options Key: Application was started up in response to a location event.

[Foundation.Field("UIApplicationLaunchOptionsLocationKey", "UIKit")]
public static Foundation.NSString LaunchOptionsLocationKey { get; }
member this.LaunchOptionsLocationKey : Foundation.NSString

Property Value

Represents the value associated with the constant UIApplicationLaunchOptionsLocationKey

Attributes

Remarks

The value of this key will be an NSNumber. The application should respond by creating a CLLocationManager instance to and get the information from that object.

This key is used with the NSDictionary passed to M:UIKit.UIApplicationDelegate.FinishedLaunching(UIKit.UIApplication, Foundation.NSDictionary).

Applies to