Share via


MapLocationFinder.FindLocationsAtAsync 메서드

정의

오버로드

FindLocationsAtAsync(Geopoint)

지리적 위치를 주소 컬렉션(역방향 지오코딩)으로 변환합니다.

FindLocationsAtAsync(Geopoint, MapLocationDesiredAccuracy)

원하는 정확도(역방향 지오코딩)를 사용하여 지오포인트를 주소 컬렉션으로 변환합니다.

FindLocationsAtAsync(Geopoint)

지리적 위치를 주소 컬렉션(역방향 지오코딩)으로 변환합니다.

public:
 static IAsyncOperation<MapLocationFinderResult ^> ^ FindLocationsAtAsync(Geopoint ^ queryPoint);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<MapLocationFinderResult> FindLocationsAtAsync(Geopoint const& queryPoint);
/// [Windows.Foundation.Metadata.RemoteAsync]
/// [Windows.Foundation.Metadata.Overload("FindLocationsAtAsync")]
 static IAsyncOperation<MapLocationFinderResult> FindLocationsAtAsync(Geopoint const& queryPoint);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<MapLocationFinderResult> FindLocationsAtAsync(Geopoint queryPoint);
[Windows.Foundation.Metadata.RemoteAsync]
[Windows.Foundation.Metadata.Overload("FindLocationsAtAsync")]
public static IAsyncOperation<MapLocationFinderResult> FindLocationsAtAsync(Geopoint queryPoint);
function findLocationsAtAsync(queryPoint)
Public Shared Function FindLocationsAtAsync (queryPoint As Geopoint) As IAsyncOperation(Of MapLocationFinderResult)

매개 변수

queryPoint
Geopoint

위치를 가져올 지점입니다.

반환

이 메서드가 성공적으로 완료되면 MapLocationFinderResult에 포함된 위치 목록을 반환합니다.

특성

추가 정보

적용 대상

FindLocationsAtAsync(Geopoint, MapLocationDesiredAccuracy)

원하는 정확도(역방향 지오코딩)를 사용하여 지오포인트를 주소 컬렉션으로 변환합니다.

public:
 static IAsyncOperation<MapLocationFinderResult ^> ^ FindLocationsAtAsync(Geopoint ^ queryPoint, MapLocationDesiredAccuracy accuracy);
/// [Windows.Foundation.Metadata.Overload("FindLocationsAtWithAccuracyAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<MapLocationFinderResult> FindLocationsAtAsync(Geopoint const& queryPoint, MapLocationDesiredAccuracy const& accuracy);
[Windows.Foundation.Metadata.Overload("FindLocationsAtWithAccuracyAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<MapLocationFinderResult> FindLocationsAtAsync(Geopoint queryPoint, MapLocationDesiredAccuracy accuracy);
function findLocationsAtAsync(queryPoint, accuracy)
Public Shared Function FindLocationsAtAsync (queryPoint As Geopoint, accuracy As MapLocationDesiredAccuracy) As IAsyncOperation(Of MapLocationFinderResult)

매개 변수

queryPoint
Geopoint

위치를 가져올 지점입니다.

accuracy
MapLocationDesiredAccuracy

위치를 가져올 원하는 정확도입니다.

반환

이 메서드가 성공적으로 완료되면 MapLocationFinderResult에 포함된 위치 목록을 반환합니다.

특성

Windows 요구 사항

디바이스 패밀리
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)

추가 정보

적용 대상