Share via


IINListRideOptionsIntentHandling.ResolveDropOffLocation Method

Definition

Developers may override this method to customize the resolution of the dropoff ___location.

[Foundation.Export("resolveDropOffLocationForListRideOptions:withCompletion:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void ResolveDropOffLocation(Intents.INListRideOptionsIntent intent, Action<Intents.INPlacemarkResolutionResult> completion);
[<Foundation.Export("resolveDropOffLocationForListRideOptions:withCompletion:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ResolveDropOffLocation : Intents.INListRideOptionsIntent * Action<Intents.INPlacemarkResolutionResult> -> unit
override this.ResolveDropOffLocation : Intents.INListRideOptionsIntent * Action<Intents.INPlacemarkResolutionResult> -> unit

Parameters

intent
INListRideOptionsIntent

Specifies the user's intention.

completion
Action<INPlacemarkResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to