GeoshapeType 列舉

定義

表示地理區域的形狀。

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
繼承
GeoshapeType
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
應用程式功能
location

欄位

GeoboundingBox 3

地理區域是矩形區域。

Geocircle 1

地理區域是具有中心點和半徑的圓形。

Geopath 2

地理區域是一系列點的順序。

Geopoint 0

地理區域是一個點。

適用於