Allow Hot (High Occupancy Toll) lanes while calculating the route.Default value: false
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Allow Hov (High Occupancy vehicle) lanes while calculating the route.Default value: false
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Time of arrival at the destination.Time format:YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mmExamples:2020-04-22T17:57:24Z2020-04-22T17:57:24+02:00
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Areas to be avoided. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Avoid_Areas |
Avoid car-shuttle-trains while calculating the route.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Avoid_CarShuttleTrains |
-Avoid_ControlledAccessHighway <
Boolean>
Avoid controlled access highways while calculating the route.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Avoid_ControlledAccessHighways |
Avoid dirt roads while calculating the route.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Avoid_DirtRoads |
Avoid ferries while calculating the route.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Avoid_Ferries |
Avoid roads that have seasonal closure while calculating the route.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Avoids roads where the specified toll transponders are the only mode of payment.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Avoid_TollRoads |
Avoids roads where the specified toll transponders are the only mode of payment.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Avoid_TollTransponders |
Truck road type identifiers. BK1 through BK4 apply only to Sweden. A2,A4,B2,B4,C,D,ET2,ET4 apply only to Mexico.There are currently no other supported values as of 26th April 2024. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Avoid_TruckRoadTypes |
Avoid tunnels while calculating the route.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Avoid_Tunnels |
Avoid U-turns for calculation on highways and motorways.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Avoid_UTurns |
Zone categories to be avoided. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Avoid_ZoneCategories |
Engine type of the vehicle.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Car_EngineType |
Maximum speed specified.Unit: KilometersPerHour
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Car_MaxSpeed |
The number of occupants in the vehicle.Default Value: 1
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Car_Occupancy |
Amazon.PowerShell.Cmdlets.GEOR.AmazonGeoRoutesClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Uses the current time as the time of departure.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Time of departure from thr origin.Time format:YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mmExamples:2020-04-22T17:57:24Z2020-04-22T17:57:24+02:00
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The final position for the route. In the World Geodetic System (WGS 84) format: [longitude, latitude]. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-DestinationOptions_AvoidActionsForDistance <Int64>
Avoids actions for the provided distance. This is typically to consider for users in moving vehicles who may not have sufficient time to make an action at an origin or a destination.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-DestinationOptions_AvoidUTurn <
Boolean>
Avoid U-turns for calculation on highways and motorways.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | DestinationOptions_AvoidUTurns |
-DestinationOptions_Heading <
Double>
GPS Heading at the position.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-DestinationOptions_Matching_NameHint <
String>
Attempts to match the provided position to a road similar to the provided name.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-DestinationOptions_Matching_OnRoadThreshold <Int64>
If the distance to a highway/bridge/tunnel/sliproad is within threshold, the waypoint will be snapped to the highway/bridge/tunnel/sliproad.Unit: meters
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-DestinationOptions_Matching_Radius <Int64>
Considers all roads within the provided radius to match the provided destination to. The roads that are considered are determined by the provided Strategy.Unit: Meters
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Strategy that defines matching of the position onto the road network. MatchAny considers all roads possible, whereas MatchMostSignificantRoad matches to the most significant road.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-DestinationOptions_SideOfStreet_Position <
Double[]>
Position defined as [longitude, latitude]. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Strategy that defines when the side of street position should be used.Default Value: DividedStreetOnly
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-DestinationOptions_StopDuration <Int64>
Duration of the stop.Unit: seconds
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Driver work-rest schedule. Stops are added to fulfil the provided rest schedule. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-EmissionType_Co2EmissionClass <
String>
The CO 2 emission classes.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Tolls_EmissionType_Co2EmissionClass |
Type of the emission.Valid values: Euro1, Euro2, Euro3, Euro4, Euro5, Euro6, EuroEev
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Tolls_EmissionType_Type |
List of countries to be avoided defined by two-letter or three-letter country codes. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Exclude_Countries |
Measurement system to be used for instructions within steps in the response.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
List of languages for instructions within steps in the response.Instructions in the requested language are returned only if they are available. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Languages |
A list of optional additional parameters such as timezone that can be requested for each result.
- Elevation: Retrieves the elevation information for each location.
- Incidents: Provides information on traffic incidents along the route.
- PassThroughWaypoints: Indicates waypoints that are passed through without stopping.
- Summary: Returns a summary of the route, including distance and duration.
- Tolls: Supplies toll cost information along the route.
- TravelStepInstructions: Provides step-by-step instructions for travel along the route.
- TruckRoadTypes: Returns information about road types suitable for trucks.
- TypicalDuration: Gives typical travel duration based on historical data.
- Zones: Specifies the time zone information for each waypoint.
Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | LegAdditionalFeatures |
Specifies the format of the geometry returned for each leg of the route. You can choose between two different geometry encoding formats.
FlexiblePolyline: A compact and precise encoding format for the leg geometry. For more information on the format, see the GitHub repository for
FlexiblePolyline.
Simple: A less compact encoding, which is easier to decode but may be less precise and result in larger payloads.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Maximum number of alternative routes to be provided in the response, if available.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | MaxAlternatives |
Specifies the optimization criteria for calculating a route.Default Value: FastestRoute
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The start position for the route. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-OriginOptions_AvoidActionsForDistance <Int64>
Avoids actions for the provided distance. This is typically to consider for users in moving vehicles who may not have sufficient time to make an action at an origin or a destination.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-OriginOptions_AvoidUTurn <
Boolean>
Avoid U-turns for calculation on highways and motorways.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | OriginOptions_AvoidUTurns |
-OriginOptions_Heading <
Double>
GPS Heading at the position.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-OriginOptions_Matching_NameHint <
String>
Attempts to match the provided position to a road similar to the provided name.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-OriginOptions_Matching_OnRoadThreshold <Int64>
If the distance to a highway/bridge/tunnel/sliproad is within threshold, the waypoint will be snapped to the highway/bridge/tunnel/sliproad.Unit: meters
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-OriginOptions_Matching_Radius <Int64>
Considers all roads within the provided radius to match the provided destination to. The roads that are considered are determined by the provided Strategy.Unit: Meters
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Strategy that defines matching of the position onto the road network. MatchAny considers all roads possible, whereas MatchMostSignificantRoad matches to the most significant road.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-OriginOptions_SideOfStreet_Position <
Double[]>
Position defined as [longitude, latitude]. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Strategy that defines when the side of street position should be used.Default Value: DividedStreetOnly
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Walking speed in Kilometers per hour.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Pedestrian_Speed |
Engine type of the vehicle.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Scooter_EngineType |
Maximum speedUnit: KilometersPerHour
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Scooter_MaxSpeed |
-Scooter_Occupancy <
Int32>
The number of occupants in the vehicle.Default Value: 1
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Scooter_Occupancy |
Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.GeoRoutes.Model.CalculateRoutesResponse). Specifying the name of a property of type Amazon.GeoRoutes.Model.CalculateRoutesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
A list of optional features such as SpeedLimit that can be requested for a Span. A span is a section of a Leg for which the requested features have the same values. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | SpanAdditionalFeatures |
Specifies if the user has valid transponder with access to all toll systems. This impacts toll calculation, and if true the price with transponders is used.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Tolls_AllTransponders |
Specifies if the user has valid vignettes with access for all toll roads. If a user has a vignette for a toll road, then toll cost for that road is omitted since no further payment is necessary.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Tolls_AllVignettes |
Currency code corresponding to the price. This is the same as Currency specified in the request.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Vehicle category for toll cost calculation.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-Traffic_FlowEventThresholdOverride <Int64>
Duration for which flow traffic is considered valid. For this period, the flow traffic is used over historical traffic data. Flow traffic refers to congestion, which changes very quickly. Duration in seconds for which flow traffic event would be considered valid. While flow traffic event is valid it will be used over the historical traffic data.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Determines if traffic should be used or ignored while calculating the route.Default Value: UseTrafficData
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-Trailer_AxleCount <
Int32>
Total number of axles of the vehicle.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_Trailer_AxleCount |
-Trailer_TrailerCount <
Int32>
Number of trailers attached to the vehicle.Default Value: 0
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_Trailer_TrailerCount |
Specifies the mode of transport when calculating a route. Used in estimating the speed of travel and road compatibility.Default Value: Car
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-TravelModeOptions_Car_LicensePlate_LastCharacter <
String>
The last character of the License Plate.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-TravelModeOptions_Scooter_LicensePlate_LastCharacter <
String>
The last character of the License Plate.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-TravelModeOptions_Truck_LicensePlate_LastCharacter <
String>
The last character of the License Plate.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Type of step returned by the response. Default provides basic steps intended for web based applications. TurnByTurn provides detailed instructions with more granularity intended for a turn based navigation system.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Total number of axles of the vehicle.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_AxleCount |
Engine type of the vehicle.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_EngineType |
-Truck_GrossWeight <Int64>
Gross weight of the vehicle including trailers, and goods at capacity.Unit: Kilograms
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_GrossWeight |
List of Hazardous cargo contained in the vehicle. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_HazardousCargos |
-Truck_Height <Int64>
Height of the vehicle.Unit: centimeters
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_Height |
-Truck_HeightAboveFirstAxle <Int64>
Height of the vehicle above its first axle.Unit: centimeters
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_HeightAboveFirstAxle |
-Truck_KpraLength <Int64>
Kingpin to rear axle length of the vehicle.Unit: centimeters
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_KpraLength |
-Truck_Length <Int64>
Length of the vehicle.Unit: c
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_Length |
Maximum speedUnit: KilometersPerHour
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_MaxSpeed |
The number of occupants in the vehicle.Default Value: 1
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_Occupancy |
-Truck_PayloadCapacity <Int64>
Payload capacity of the vehicle and trailers attached.Unit: kilograms
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_PayloadCapacity |
Number of tires on the vehicle.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_TireCount |
Type of the truck.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_TruckType |
-Truck_TunnelRestrictionCode <
String>
The tunnel restriction code.Tunnel categories in this list indicate the restrictions which apply to certain tunnels in Great Britain. They relate to the types of dangerous goods that can be transported through them.
- Tunnel Category B
- Risk Level: Limited risk
- Restrictions: Few restrictions
- Tunnel Category C
- Risk Level: Medium risk
- Restrictions: Some restrictions
- Tunnel Category D
- Risk Level: High risk
- Restrictions: Many restrictions occur
- Tunnel Category E
- Risk Level: Very high risk
- Restrictions: Restricted tunnel
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_TunnelRestrictionCode |
-Truck_WeightPerAxle <Int64>
Heaviest weight per axle irrespective of the axle type or the axle group. Meant for usage in countries where the differences in axle types or axle groups are not distinguished.Unit: Kilograms
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_WeightPerAxle |
-Truck_Width <Int64>
Width of the vehicle.Unit: centimeters
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_Width |
List of waypoints between the Origin and Destination. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Waypoints |
-WeightPerAxleGroup_Quad <Int64>
Weight for quad axle group.Unit: Kilograms
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_WeightPerAxleGroup_Quad |
-WeightPerAxleGroup_Quint <Int64>
Weight for quad quint group.Unit: Kilograms
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_WeightPerAxleGroup_Quint |
-WeightPerAxleGroup_Single <Int64>
Weight for single axle group.Unit: Kilograms
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_WeightPerAxleGroup_Single |
-WeightPerAxleGroup_Tandem <Int64>
Weight for tandem axle group.Unit: Kilograms
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_WeightPerAxleGroup_Tandem |
-WeightPerAxleGroup_Triple <Int64>
Weight for triple axle group.Unit: Kilograms
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_WeightPerAxleGroup_Triple |