次の方法で共有


IGeocoding.GetLocationsAsync(String) メソッド

定義

特定のアドレスの潜在的な場所を取得します。

public:
 System::Threading::Tasks::Task<System::Collections::Generic::IEnumerable<Microsoft::Maui::Devices::Sensors::Location ^> ^> ^ GetLocationsAsync(System::String ^ address);
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Maui.Devices.Sensors.Location>> GetLocationsAsync (string address);
abstract member GetLocationsAsync : string -> System.Threading.Tasks.Task<seq<Microsoft.Maui.Devices.Sensors.Location>>
Public Function GetLocationsAsync (address As String) As Task(Of IEnumerable(Of Location))

パラメーター

address
String

場所を取得するアドレス。

戻り値

アドレスに Location 最も一致する、または null 場所が見つからない場合は、その一覧。

適用対象