INListRideOptionsIntentHandling_Extensions.ResolveDropOffLocation Method

Definition

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

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

Parameters

This
IINListRideOptionsIntentHandling

The instance on which this method operates.

intent
INListRideOptionsIntent

Specifies the user's intention.

completion
Action<INPlacemarkResolutionResult>

Completion method that must be called by the override.

Applies to