GeoshapeType Enumeration

Definition

Gibt die Form einer geografischen Region an.

public enum class GeoshapeType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class GeoshapeType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum GeoshapeType
var value = Windows.Devices.Geolocation.GeoshapeType.geopoint
Public Enum GeoshapeType
Vererbung
GeoshapeType
Attribute

Windows-Anforderungen

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

Felder

GeoboundingBox 3

Die geografische Region ist eine rechteckige Region.

Geocircle 1

Die geografische Region ist ein Kreis mit einem Mittelpunkt und einem Radius.

Geopath 2

Die geografische Region ist eine Reihenfolge von Punkten.

Geopoint 0

Die geografische Region ist ein Punkt.

Gilt für: