次の方法で共有


TravelTimeType 構造体

定義

ComputeTravelTime。

public readonly struct TravelTimeType : IEquatable<Azure.Maps.Routing.TravelTimeType>
type TravelTimeType = struct
Public Structure TravelTimeType
Implements IEquatable(Of TravelTimeType)
継承
TravelTimeType
実装

コンストラクター

TravelTimeType(String)

TravelTimeType の新しいインスタンスを初期化します。

プロパティ

All

すべての種類のトラフィック情報の移動時間を計算し、ルート応答の概要に含まれるフィールド noTrafficTravelTimeInSeconds、historicTrafficTravelTimeInSeconds、liveTrafficIncidentsTravelTimeInSeconds のすべての結果を指定します。

None

追加の移動時間を計算しません。

メソッド

Equals(TravelTimeType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(TravelTimeType, TravelTimeType)

2 つの TravelTimeType 値が同じかどうかを判断します。

Implicit(String to TravelTimeType)

文字列を TravelTimeType に変換します。

Inequality(TravelTimeType, TravelTimeType)

2 つの TravelTimeType 値が同じでないかどうかを判断します。

適用対象