UIApplication.LaunchOptionsLocationKey Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).