Freigeben über


IPlatformGeocoding Schnittstelle

Definition

Separate Abstraktion für plattformspezifische Geocodierungs-APIs.

public interface class IPlatformGeocoding : Microsoft::Maui::Devices::Sensors::IGeocoding
public interface IPlatformGeocoding : Microsoft.Maui.Devices.Sensors.IGeocoding
type IPlatformGeocoding = interface
    interface IGeocoding
Public Interface IPlatformGeocoding
Implements IGeocoding
Implementiert

Methoden

GetLocationsAsync(String)

Rufen Sie potenzielle Standorte für eine bestimmte Adresse ab.

(Geerbt von IGeocoding)
GetPlacemarksAsync(Double, Double)

Rufen Sie potenzielle Ortsmarkierungen für eine bestimmte Position ab, die durch Koordinaten angegeben wird.

(Geerbt von IGeocoding)

Erweiterungsmethoden

GetPlacemarksAsync(IGeocoding, Location)

Rufen Sie potenzielle Ortsmarkierungen für einen angegebenen Standort ab, der durch angegeben wird Location.

Gilt für: