다음을 통해 공유


Geocoding.GetLocationsAsync(String) 메서드

정의

지정된 주소의 잠재적 위치를 검색합니다.

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

매개 변수

address
String

위치를 검색할 주소입니다.

반환

주소와 Location 가장 일치하는 목록이거나 null 위치를 찾을 수 없는 경우 입니다.

적용 대상