UIKit.UIApplication.LaunchOptionsLocationKey Property
Launch Options Key: Application was started up in response to a location event.

Syntax

[Foundation.Field("UIApplicationLaunchOptionsLocationKey", "UIKit")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_4_0)]
[get: ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_4_0)]
public static Foundation.NSString LaunchOptionsLocationKey { get; }

Value

Represents the value associated with the constant UIApplicationLaunchOptionsLocationKey

Remarks

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

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0