你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
RouteMatrixOptions.SectionFilter 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定在路由响应中报告哪些节类型。
例如,如果 sectionType = SectionType.Pedestrian
返回仅适用于行人的分区。 可以使用多个类型。
默认 sectionType 引用 travelMode 输入。 默认情况下,travelMode 设置为 car。
允许的值:SectionType.CarOrTrain
、、SectionType.Country
、SectionType.Ferry
、SectionType.MotorWay
、SectionType.Pedestrian
SectionType.TollRoad
、SectionType.Carpool
SectionType.TollVignette
SectionType.Traffic
SectionType.TravelModel
SectionType.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)