INListRideOptionsIntentHandling_Extensions.ResolvePickupLocation Method

Definition

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

public static void ResolvePickupLocation (this Intents.IINListRideOptionsIntentHandling This, Intents.INListRideOptionsIntent intent, Action<Intents.INPlacemarkResolutionResult> completion);
static member ResolvePickupLocation : 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