次の方法で共有


RouteMatrixOptions.SectionFilter プロパティ

定義

ルート応答で報告されるセクションの種類を指定します。 たとえば、歩行者のみに適したセクションが返される場合 sectionType = SectionType.Pedestrian などです。 複数の型を使用できます。 既定の sectionType は、travelMode 入力を参照します。 既定では、travelMode は car に設定されています。 使用できる値: SectionType.CarOrTrain、、、SectionType.Ferry、、SectionType.MotorWay、、SectionType.PedestrianSectionType.TollRoadSectionType.TollVignetteSectionType.CarpoolSectionType.TrafficSectionType.TravelModelSectionType.Tunnelまたは SectionType.CountrySectionType.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)

プロパティ値

適用対象