MapLocationFinderResult Klasse

Definition

Gibt das Ergebnis einer MapLocationFinder-Abfrage zurück.

public ref class MapLocationFinderResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MapLocationFinderResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class MapLocationFinderResult
Public NotInheritable Class MapLocationFinderResult
Vererbung
Object Platform::Object IInspectable MapLocationFinderResult
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 (eingeführt in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)

Hinweise

Beim Aufrufen der Methoden der MapLocationFinder-Klasse wird ein MapLocationFinderResult zurückgegeben.

Ihre universelle Windows-App muss authentifiziert werden, bevor sie mapControl und Kartendienste im Windows.Services.Maps-Namespace verwenden kann. Zum Authentifizieren Ihrer App müssen Sie einen Kartenauthentifizierungsschlüssel angeben.

Weitere Informationen finden Sie unter Anfordern eines Zuordnungsschlüssels.

Eigenschaften

Locations

Ruft die Liste der Speicherorte ab, die von einer MapLocationFinder-Abfrage gefunden wurden.

Status

Ruft die status einer MapLocationFinder-Abfrage ab.

Gilt für:

Weitere Informationen