CLLocationUpdater.CreateLiveUpdates Method
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.
Overloads
| Name | Description |
|---|---|
| CreateLiveUpdates(DispatchQueue, Action<CLUpdate>) | |
| CreateLiveUpdates(CLLiveUpdateConfiguration, DispatchQueue, Action<CLUpdate>) |
CreateLiveUpdates(DispatchQueue, Action<CLUpdate>)
[Foundation.Export("liveUpdaterWithQueue:handler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreLocation.CLLocationUpdater? CreateLiveUpdates(CoreFoundation.DispatchQueue queue, Action<CoreLocation.CLUpdate> handler);
[<Foundation.Export("liveUpdaterWithQueue:handler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateLiveUpdates : CoreFoundation.DispatchQueue * Action<CoreLocation.CLUpdate> -> CoreLocation.CLLocationUpdater
Parameters
- queue
- DispatchQueue
Returns
- Attributes
Applies to
CreateLiveUpdates(CLLiveUpdateConfiguration, DispatchQueue, Action<CLUpdate>)
[Foundation.Export("liveUpdaterWithConfiguration:queue:handler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static CoreLocation.CLLocationUpdater? CreateLiveUpdates(CoreLocation.CLLiveUpdateConfiguration configuration, CoreFoundation.DispatchQueue queue, Action<CoreLocation.CLUpdate> handler);
[<Foundation.Export("liveUpdaterWithConfiguration:queue:handler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member CreateLiveUpdates : CoreLocation.CLLiveUpdateConfiguration * CoreFoundation.DispatchQueue * Action<CoreLocation.CLUpdate> -> CoreLocation.CLLocationUpdater
Parameters
- configuration
- CLLiveUpdateConfiguration
- queue
- DispatchQueue
Returns
- Attributes