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에 포함된 위치 목록을 반환합니다.
- 특성