次の方法で共有


INRequestRideIntentHandling_Extensions.ResolvePickupLocation メソッド

定義

開発者は、このメソッドをオーバーライドして、集荷場所の解像度をカスタマイズできます。

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

パラメーター

This
IINRequestRideIntentHandling

このメソッドが動作するインスタンス。

intent
INRequestRideIntent

ユーザーの意図を指定します。

completion
Action<INPlacemarkResolutionResult>

オーバーライドによって呼び出される必要がある Completion メソッド。

適用対象