Share via


CLLocationUpdater.CreateLiveUpdates Method

Definition

Overloads

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

handler
Action<CLUpdate>

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

handler
Action<CLUpdate>

Returns

Attributes

Applies to