RouteMatrixOptions.SectionFilter プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ルート応答で報告されるセクションの種類を指定します。
たとえば、歩行者のみに適したセクションが返される場合 sectionType = SectionType.Pedestrian
などです。 複数の型を使用できます。
既定の sectionType は、travelMode 入力を参照します。 既定では、travelMode は car に設定されています。
使用できる値: SectionType.CarOrTrain
、、、SectionType.Ferry
、、SectionType.MotorWay
、、SectionType.Pedestrian
SectionType.TollRoad
、SectionType.TollVignette
、SectionType.Carpool
SectionType.Traffic
SectionType.TravelModel
SectionType.Tunnel
または SectionType.Country
SectionType.Urban
public Azure.Maps.Routing.SectionType? SectionFilter { get; set; }
member this.SectionFilter : Nullable<Azure.Maps.Routing.SectionType> with get, set
Public Property SectionFilter As Nullable(Of SectionType)
プロパティ値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET