共用方式為


Geocoordinate.Heading 屬性

定義

相對於 true north 的目前標題。

public:
 property IReference<double> ^ Heading { IReference<double> ^ get(); };
IReference<double> Heading();
public System.Nullable<double> Heading { get; }
var iReference = geocoordinate.heading;
Public ReadOnly Property Heading As Nullable(Of Double)

屬性值

相對於 true north 的目前標題。

Windows 需求

應用程式功能
location ID_CAP_LOCATION [Windows Phone]

備註

如果有可用的屬性,將會設定這個選擇性屬性。 如果屬性無法使用,則值會根據作業系統版本) 為 NullNaN (。 我們建議您的應用程式檢查這兩種可能性。

適用於