次の方法で共有


RouteMatrixOptions.VehicleLoadType プロパティ

定義

危険物として分類され、一部の道路から制限される可能性のある貨物の種類。 使用可能な VehicleLoadType 値は、US Hazmat クラス 1 から 9 に加えて、他の国で使用するための一般的な分類です。 USHazmat で始まる値は米国のルーティング用であり、otherHazmat は他のすべての国で使用する必要があります。 VehicleLoadType は複数回指定できます。 このパラメーターは現在、 でのみ考慮されています travelMode=truck。 使用できる値: VehicleLoadType.USHazmatClass1VehicleLoadType.USHazmatClass2、、VehicleLoadType.USHazmatClass3、、VehicleLoadType.USHazmatClass4、、VehicleLoadType.USHazmatClass5VehicleLoadType.USHazmatClass7VehicleLoadType.USHazmatClass6VehicleLoadType.OtherHazmatGeneralVehicleLoadType.USHazmatClass8VehicleLoadType.USHazmatClass9VehicleLoadType.OtherHazmatExplosiveまたは VehicleLoadType.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)

プロパティ値

適用対象