Partager via


GeoshapeType Énumération

Définition

Indique la forme d’une région géographique.

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
Héritage
GeoshapeType
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
Fonctionnalités de l’application
location

Champs

Nom Valeur Description
GeoboundingBox 3

La région géographique est une région rectangulaire.

Geocircle 1

La région géographique est un cercle avec un point central et un rayon.

Geopath 2

La région géographique est une série de points d’ordre.

Geopoint 0

La région géographique est un point.

S’applique à