你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RouteMatrixOptions.SectionFilter 属性

定义

指定在路由响应中报告哪些节类型。 例如,如果 sectionType = SectionType.Pedestrian 返回仅适用于行人的分区。 可以使用多个类型。 默认 sectionType 引用 travelMode 输入。 默认情况下,travelMode 设置为 car。 允许的值:SectionType.CarOrTrain、、SectionType.CountrySectionType.FerrySectionType.MotorWaySectionType.PedestrianSectionType.TollRoadSectionType.CarpoolSectionType.TollVignetteSectionType.TrafficSectionType.TravelModelSectionType.Tunnel、 或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)

属性值

适用于