INRequestRideIntentHandling_Extensions.ResolveDropOffLocation Method

Definition

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

public static void ResolveDropOffLocation (this Intents.IINRequestRideIntentHandling This, Intents.INRequestRideIntent intent, Action<Intents.INPlacemarkResolutionResult> completion);
static member ResolveDropOffLocation : Intents.IINRequestRideIntentHandling * Intents.INRequestRideIntent * Action<Intents.INPlacemarkResolutionResult> -> unit

Parameters

This
IINRequestRideIntentHandling

The instance on which this method operates.

intent
INRequestRideIntent

Specifies the user's intention.

completion
Action<INPlacemarkResolutionResult>

Completion method that must be called by the override.

Applies to