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

RouteMatrixOptions.VehicleLoadType 属性

定义

可归类为危险品并限制在一些道路的货物类型。 可用的 VehicleLoadType 值为美国 Hazmat 类 1 到 9,外加在其他国家/地区使用的泛型分类。 以 USHazmat 开头的值用于美国路由,而 otherHazmat 应用于所有其他国家/地区。 可以多次指定 VehicleLoadType。 此参数目前仅考虑用于 travelMode=truck。 允许的值:VehicleLoadType.USHazmatClass1、、VehicleLoadType.USHazmatClass2VehicleLoadType.USHazmatClass3VehicleLoadType.USHazmatClass4VehicleLoadType.USHazmatClass5VehicleLoadType.USHazmatClass6VehicleLoadType.USHazmatClass7VehicleLoadType.USHazmatClass8VehicleLoadType.USHazmatClass9VehicleLoadType.OtherHazmatExplosive、、 VehicleLoadType.OtherHazmatGeneralVehicleLoadType.OtherHazmatHarmfulToWater

public Azure.Maps.Routing.VehicleLoadType? VehicleLoadType { get; set; }
member this.VehicleLoadType : Nullable<Azure.Maps.Routing.VehicleLoadType> with get, set
Public Property VehicleLoadType As Nullable(Of VehicleLoadType)

属性值

适用于