Share via


INRequestRideIntentHandling_Extensions.ResolvePickupLocation Method

Definition

Developers may override this method to customize the resolution of the pickup location.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void ResolvePickupLocation(this Intents.IINRequestRideIntentHandling This, Intents.INRequestRideIntent intent, Action<Intents.INPlacemarkResolutionResult> completion);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member ResolvePickupLocation : Intents.IINRequestRideIntentHandling * Intents.INRequestRideIntent * Action<Intents.INPlacemarkResolutionResult> -> unit

Parameters

intent
INRequestRideIntent

Specifies the user's intention.

completion
Action<INPlacemarkResolutionResult>

Completion method that must be called by the override.

Attributes

Applies to