GuidanceUpdatedEventArgs.DistanceToDestination プロパティ

定義

ルートに沿って残っている距離をメートル単位で取得します。

注意

この API は、すべての Windows アプリで使用できるわけではありません。 開発者アカウントが Microsoft によって特別にプロビジョニングされていない限り、この API の呼び出しは実行時に失敗します。 Windows.Services.Maps.Guidance 名前空間の詳細については、Microsoft アカウント チームの担当者にお問い合わせください。

public:
 property int DistanceToDestination { int get(); };
int DistanceToDestination();
public int DistanceToDestination { get; }
var int32 = guidanceUpdatedEventArgs.distanceToDestination;
Public ReadOnly Property DistanceToDestination As Integer

プロパティ値

Int32

int

ルートに沿って残っている距離 (メートル単位)。

適用対象