次の方法で共有


ResponseSectionType 構造体

定義

報告されたルート応答のセクションの種類。

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

コンストラクター

ResponseSectionType(String)

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

プロパティ

CarOrTrain

車または電車であるルートのセクション。

Carpool

カープール(HOV/高占有車)レーンの使用を必要とするルートのセクション。

Country

ルートが含まれる国を示すセクション。

Ferry

フェリーであるルートのセクション。

Motorway

高速道路であるルートのセクション。

Pedestrian

歩行者にのみ適したルートのセクション。

TollRoad

通行料の支払いが必要なルートのセクション。

TollVignette

有料ビネットが存在する必要があるルートのセクション。

Traffic

トラフィック情報を含むルートのセクション。

TravelMode

要求パラメーター travelModeに関連するセクション。

Tunnel

トンネルであるルートのセクション。

Urban

都市部に位置するルートのセクション。

メソッド

Equals(ResponseSectionType)

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

ToString()

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

演算子

Equality(ResponseSectionType, ResponseSectionType)

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

Implicit(String to ResponseSectionType)

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

Inequality(ResponseSectionType, ResponseSectionType)

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

適用対象