Geoposition 类

定义

表示可能包含纬度和经度数据或地点数据的位置。

public ref class Geoposition sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class Geoposition final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class Geoposition
Public NotInheritable Class Geoposition
继承
Object Platform::Object IInspectable Geoposition
属性

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
应用功能
location ID_CAP_LOCATION [Windows Phone]

注解

通过使用 GetGeopositionAsync 方法或处理 PositionChanged 事件检索 Geoposition 对象。

属性

CivicAddress

不支持的 API。

Coordinate

与地理位置关联的纬度和经度。

VenueData

表示与地理位置关联的地点。

适用于