MapLocationFinder.FindLocationsAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FindLocationsAsync(String, Geopoint) |
指定した参照ポイントをクエリ ヒントとして使用して、指定した住所を地理的な場所 (ジオコーディング) のコレクションに変換します。 |
FindLocationsAsync(String, Geopoint, UInt32) |
指定した参照ポイントをクエリ ヒントとして使用して、指定した住所を地理的な場所 (ジオコーディング) のコレクションに変換します。 リストには、指定した最大数以下の結果が含まれています。 |
FindLocationsAsync(String, Geopoint)
指定した参照ポイントをクエリ ヒントとして使用して、指定した住所を地理的な場所 (ジオコーディング) のコレクションに変換します。
public:
static IAsyncOperation<MapLocationFinderResult ^> ^ FindLocationsAsync(Platform::String ^ searchText, Geopoint ^ referencePoint);
/// [Windows.Foundation.Metadata.Overload("FindLocationsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<MapLocationFinderResult> FindLocationsAsync(winrt::hstring const& searchText, Geopoint const& referencePoint);
[Windows.Foundation.Metadata.Overload("FindLocationsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<MapLocationFinderResult> FindLocationsAsync(string searchText, Geopoint referencePoint);
function findLocationsAsync(searchText, referencePoint)
Public Shared Function FindLocationsAsync (searchText As String, referencePoint As Geopoint) As IAsyncOperation(Of MapLocationFinderResult)
パラメーター
- searchText
-
String
Platform::String
winrt::hstring
場所を取得するクエリ。
- referencePoint
- Geopoint
クエリ ヒントを提供する参照ポイント。
戻り値
このメソッドが正常に完了すると、 MapLocationFinderResult に含まれる場所の一覧が返されます。
- 属性
こちらもご覧ください
適用対象
FindLocationsAsync(String, Geopoint, UInt32)
指定した参照ポイントをクエリ ヒントとして使用して、指定した住所を地理的な場所 (ジオコーディング) のコレクションに変換します。 リストには、指定した最大数以下の結果が含まれています。
public:
static IAsyncOperation<MapLocationFinderResult ^> ^ FindLocationsAsync(Platform::String ^ searchText, Geopoint ^ referencePoint, unsigned int maxCount);
/// [Windows.Foundation.Metadata.Overload("FindLocationsWithMaxCountAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<MapLocationFinderResult> FindLocationsAsync(winrt::hstring const& searchText, Geopoint const& referencePoint, uint32_t const& maxCount);
[Windows.Foundation.Metadata.Overload("FindLocationsWithMaxCountAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<MapLocationFinderResult> FindLocationsAsync(string searchText, Geopoint referencePoint, uint maxCount);
function findLocationsAsync(searchText, referencePoint, maxCount)
Public Shared Function FindLocationsAsync (searchText As String, referencePoint As Geopoint, maxCount As UInteger) As IAsyncOperation(Of MapLocationFinderResult)
パラメーター
- searchText
-
String
Platform::String
winrt::hstring
場所を取得するクエリ。
- referencePoint
- Geopoint
クエリ ヒントを提供する参照ポイント。
- maxCount
-
UInt32
unsigned int
uint32_t
取得する場所の最大数。
戻り値
このメソッドが正常に完了すると、 MapLocationFinderResult に含まれる場所の一覧が返されます。
- 属性