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

地理的な場所に関連付けられている会場を表します。

適用対象