共用方式為


IGeocoding.GetPlacemarksAsync(Double, Double) 方法

定義

擷取座標所指定位置的潛在標記。

public:
 System::Threading::Tasks::Task<System::Collections::Generic::IEnumerable<Microsoft::Maui::Devices::Sensors::Placemark ^> ^> ^ GetPlacemarksAsync(double latitude, double longitude);
public System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Maui.Devices.Sensors.Placemark>> GetPlacemarksAsync (double latitude, double longitude);
abstract member GetPlacemarksAsync : double * double -> System.Threading.Tasks.Task<seq<Microsoft.Maui.Devices.Sensors.Placemark>>
Public Function GetPlacemarksAsync (latitude As Double, longitude As Double) As Task(Of IEnumerable(Of Placemark))

參數

latitude
Double

要尋找附近標記的緯度座標。

longitude
Double

要尋找附近標記的經度座標。

傳回

Placemark最符合座標的清單,如果null找不到任何尺規,則為 。

適用於