AWS.Tools.GeoRoutes.dll-Help.xml
<helpItems schema="maml"><command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"><details><name>Get-GEORSnappedRoad</name><description><para>Calls the Amazon Location Service Routes V2 SnapToRoads API operation.</para></description><verb>Get</verb><noun>GEORSnappedRoad</noun><copyright><para>&copy; Copyright 2012 - 2025 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para></copyright></details><description><para>The SnapToRoads action matches GPS trace to roads most likely traveled on. </para></description><syntax><syntaxItem><name>Get-GEORSnappedRoad</name><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_GrossWeight</name><description><para>Gross weight of the vehicle including trailers, and goods at capacity.
<b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_HazardousCargo</name><description><para>List of Hazardous cargos contained in the vehicle. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Height</name><description><para>Height of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Key</name><description><para>Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Length</name><description><para>Length of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SnappedGeometryFormat</name><description><para>Chooses what the returned SnappedGeometry format should be. Default Value: <c>FlexiblePolyline</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.GeometryFormat</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SnapRadius</name><description><para>The radius around the provided tracepoint that is considered for snapping. <b>Unit</b>: <c>meters</c> Default value: <c>300</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TracePoint</name><description><para>List of trace points to be snapped onto the road network. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.Model.RoadSnapTracePoint[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Trailer_TrailerCount</name><description><para>Number of trailers attached to the vehicle. Default Value: <c>0</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelMode</name><description><para>Specifies the mode of transport when calculating a route. Used in estimating the speed of travel and road compatibility. Default Value: <c>Car</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.RoadSnapTravelMode</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_TunnelRestrictionCode</name><description><para>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. - <i>Tunnel Category B</i> - <i>Risk Level</i>: Limited risk - <i>Restrictions</i>: Few restrictions - <i>Tunnel Category C</i> - <i>Risk Level</i>: Medium risk - <i>Restrictions</i>: Some restrictions - <i>Tunnel Category D</i> - <i>Risk Level</i>: High risk - <i>Restrictions</i>: Many restrictions occur - <i>Tunnel Category E</i> - <i>Risk Level</i>: Very high risk - <i>Restrictions</i>: Restricted tunnel </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Width</name><description><para>Width of the vehicle in centimenters. </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>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.SnapToRoadsResponse). Specifying the name of a property of type Amazon.GeoRoutes.Model.SnapToRoadsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.GEOR.AmazonGeoRoutesClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.AmazonGeoRoutesConfig</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against. <b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs) If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user's home directory)\.aws\credentials. If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given. As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider's endpoint. This parameter is not required if the user's default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue></parameter></syntaxItem></syntax><parameters><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.GEOR.AmazonGeoRoutesClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.AmazonGeoRoutesConfig</parameterValue><type><name>Amazon.GeoRoutes.AmazonGeoRoutesConfig</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue><type><name>Amazon.Runtime.AWSCredentials</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against. <b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Key</name><description><para>Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider's endpoint. This parameter is not required if the user's default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue><type><name>System.Management.Automation.PSCredential</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs) If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user's home directory)\.aws\credentials. If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given. As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue><type><name>System.Object</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>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.SnapToRoadsResponse). Specifying the name of a property of type Amazon.GeoRoutes.Model.SnapToRoadsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SnappedGeometryFormat</name><description><para>Chooses what the returned SnappedGeometry format should be. Default Value: <c>FlexiblePolyline</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.GeometryFormat</parameterValue><type><name>Amazon.GeoRoutes.GeometryFormat</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SnapRadius</name><description><para>The radius around the provided tracepoint that is considered for snapping. <b>Unit</b>: <c>meters</c> Default value: <c>300</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TracePoint</name><description><para>List of trace points to be snapped onto the road network. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.Model.RoadSnapTracePoint[]</parameterValue><type><name>Amazon.GeoRoutes.Model.RoadSnapTracePoint[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Trailer_TrailerCount</name><description><para>Number of trailers attached to the vehicle. Default Value: <c>0</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelMode</name><description><para>Specifies the mode of transport when calculating a route. Used in estimating the speed of travel and road compatibility. Default Value: <c>Car</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.RoadSnapTravelMode</parameterValue><type><name>Amazon.GeoRoutes.RoadSnapTravelMode</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_GrossWeight</name><description><para>Gross weight of the vehicle including trailers, and goods at capacity. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_HazardousCargo</name><description><para>List of Hazardous cargos contained in the vehicle. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue><type><name>System.String[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Height</name><description><para>Height of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Length</name><description><para>Length of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_TunnelRestrictionCode</name><description><para>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. - <i>Tunnel Category B</i> - <i>Risk Level</i>: Limited risk - <i>Restrictions</i>: Few restrictions - <i>Tunnel Category C</i> - <i>Risk Level</i>: Medium risk - <i>Restrictions</i>: Some restrictions - <i>Tunnel Category D</i> - <i>Risk Level</i>: High risk - <i>Restrictions</i>: Many restrictions occur - <i>Tunnel Category E</i> - <i>Risk Level</i>: Very high risk - <i>Restrictions</i>: Restricted tunnel </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Width</name><description><para>Width of the vehicle in centimenters. </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter></parameters><returnValues><returnValue><type><name>Amazon.GeoRoutes.Model.SnapToRoadsResponse</name><uri /><description /></type><description><para>This cmdlet returns an Amazon.GeoRoutes.Model.SnapToRoadsResponse object containing multiple properties.</para></description></returnValue></returnValues><relatedLinks><navigationLink><linkText>Online version:</linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Get-GEORSnappedRoad.html&tocid=Get-GEORSnappedRoad</uri></navigationLink><navigationLink><linkText>Common credential and region parameters: </linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri></navigationLink></relatedLinks></command><command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"><details><name>Get-GEORIsoline</name><description><para>Calls the Amazon Location Service Routes V2 CalculateIsolines API operation.</para></description><verb>Get</verb><noun>GEORIsoline</noun><copyright><para>&copy; Copyright 2012 - 2025 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para></copyright></details><description><para>Use the <c>CalculateIsolines</c> action to find service areas that can be reached in a given threshold of time, distance. </para></description><syntax><syntaxItem><name>Get-GEORIsoline</name><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_Area</name><description><para>Areas to be avoided. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.Model.IsolineAvoidanceArea[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ArrivalTime</name><description><para>Time of arrival at the destination. Time format: <c>YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mm</c> Examples: <c>2020-04-22T17:57:24Z</c> <c>2020-04-22T17:57:24+02:00</c> </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_AvoidActionsForDistance</name><description><para>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. </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_AvoidActionsForDistance</name><description><para>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. </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_AxleCount</name><description><para>Total number of axles of the vehicle. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Trailer_AxleCount</name><description><para>Total number of axles of the vehicle. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_CarShuttleTrain</name><description><para>Avoid car-shuttle-trains while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_ControlledAccessHighway</name><description><para>Avoid controlled access highways while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DepartNow</name><description><para>Uses the current time as the time of departure. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DepartureTime</name><description><para>Time of departure from thr origin. Time format:<c>YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mm</c> Examples: <c>2020-04-22T17:57:24Z</c> <c>2020-04-22T17:57:24+02:00</c> </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Destination</name><description><para>The final position for the route. In the World Geodetic System (WGS 84) format: <c>[longitude, latitude]</c>. </para></description><parameterValue required="true" variableLength="false">System.Double[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_DirtRoad</name><description><para>Avoid dirt roads while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Thresholds_Distance</name><description><para>Distance to be used for the isoline calculation. </para></description><parameterValue required="true" variableLength="false">System.Int64[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Car_EngineType</name><description><para>Engine type of the vehicle. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.IsolineEngineType</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Scooter_EngineType</name><description><para>Engine type of the vehicle. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.IsolineEngineType</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_EngineType</name><description><para>Engine type of the vehicle. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.IsolineEngineType</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_Ferry</name><description><para>Avoid ferries while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Traffic_FlowEventThresholdOverride</name><description><para>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. <b>Unit</b>: <c>seconds</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_GrossWeight</name><description><para>Gross weight of the vehicle including trailers, and goods at capacity. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_HazardousCargo</name><description><para>List of Hazardous cargo contained in the vehicle. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_Heading</name><description><para>GPS Heading at the position. </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_Heading</name><description><para>GPS Heading at the position. </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Height</name><description><para>Height of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_HeightAboveFirstAxle</name><description><para>Height of the vehicle above its first axle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Allow_Hot</name><description><para>Allow Hot (High Occupancy Toll) lanes while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Allow_Hov</name><description><para>Allow Hov (High Occupancy vehicle) lanes while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>IsolineGeometryFormat</name><description><para>The format of the returned IsolineGeometry. Default Value:<c>FlexiblePolyline</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.GeometryFormat</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Key</name><description><para>Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_KpraLength</name><description><para>Kingpin to rear axle length of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelModeOptions_Car_LicensePlate_LastCharacter</name><description><para>The last character of the License Plate. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelModeOptions_Scooter_LicensePlate_LastCharacter</name><description><para>The last character of the License Plate. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelModeOptions_Truck_LicensePlate_LastCharacter</name><description><para>The last character of the License Plate. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Length</name><description><para>Length of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>IsolineGranularity_MaxPoint</name><description><para>Maximum number of points of returned Isoline. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>IsolineGranularity_MaxResolution</name><description><para>Maximum resolution of the returned isoline. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Car_MaxSpeed</name><description><para>Maximum speed. <b>Unit</b>: <c>KilometersPerHour</c> </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Scooter_MaxSpeed</name><description><para>Maximum speed specified. <b>Unit</b>: <c>KilometersPerHour</c> </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_MaxSpeed</name><description><para>Maximum speed specified. <b>Unit</b>: <c>KilometersPerHour</c> </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_Matching_NameHint</name><description><para>Attempts to match the provided position to a road similar to the provided name. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_Matching_NameHint</name><description><para>Attempts to match the provided position to a road similar to the provided name. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Car_Occupancy</name><description><para>The number of occupants in the vehicle. Default Value: <c>1</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Scooter_Occupancy</name><description><para>The number of occupants in the vehicle. Default Value: <c>1</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Occupancy</name><description><para>The number of occupants in the vehicle. Default Value: <c>1</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_Matching_OnRoadThreshold</name><description><para>If the distance to a highway/bridge/tunnel/sliproad is within threshold, the waypoint will be snapped to the highway/bridge/tunnel/sliproad. <b>Unit</b>: <c>meters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_Matching_OnRoadThreshold</name><description><para>If the distance to a highway/bridge/tunnel/sliproad is within threshold, the waypoint will be snapped to the highway/bridge/tunnel/sliproad. <b>Unit</b>: <c>meters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OptimizeIsolineFor</name><description><para>Specifies the optimization criteria for when calculating an isoline. AccurateCalculation generates an isoline of higher granularity that is more precise. FastCalculation generates an isoline faster by reducing the granularity, and in turn the quality of the isoline. BalancedCalculation generates an isoline by balancing between quality and performance. Default Value: <c>BalancedCalculation</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.IsolineOptimizationObjective</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OptimizeRoutingFor</name><description><para>Specifies the optimization criteria for calculating a route. Default Value: <c>FastestRoute</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.RoutingObjective</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Origin</name><description><para>The start position for the route. </para></description><parameterValue required="true" variableLength="false">System.Double[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_PayloadCapacity</name><description><para>Payload capacity of the vehicle and trailers attached. <b>Unit</b>: <c>kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_SideOfStreet_Position</name><description><para>Position defined as <c>[longitude, latitude]</c>. </para></description><parameterValue required="true" variableLength="false">System.Double[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_SideOfStreet_Position</name><description><para>Position defined as <c>[longitude, latitude]</c>. </para></description><parameterValue required="true" variableLength="false">System.Double[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Quad</name><description><para>Weight for quad axle group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Quint</name><description><para>Weight for quad quint group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_Matching_Radius</name><description><para>Considers all roads within the provided radius to match the provided destination to. The roads that are considered are determined by the provided Strategy. <b>Unit</b>: <c>Meters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_Matching_Radius</name><description><para>Considers all roads within the provided radius to match the provided destination to. The roads that are considered are determined by the provided Strategy. <b>Unit</b>: <c>Meters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_SeasonalClosure</name><description><para>Avoid roads that have seasonal closure while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Single</name><description><para>Weight for single axle group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_Matching_Strategy</name><description><para>Strategy that defines matching of the position onto the road network. MatchAny considers all roads possible, whereas MatchMostSignificantRoad matches to the most significant road. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.MatchingStrategy</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_Matching_Strategy</name><description><para>Strategy that defines matching of the position onto the road network. MatchAny considers all roads possible, whereas MatchMostSignificantRoad matches to the most significant road. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.MatchingStrategy</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Tandem</name><description><para>Weight for tandem axle group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Thresholds_Time</name><description><para>Time to be used for the isoline calculation. </para></description><parameterValue required="true" variableLength="false">System.Int64[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_TireCount</name><description><para>Number of tires on the vehicle. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_TollRoad</name><description><para>Avoids roads where the specified toll transponders are the only mode of payment. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_TollTransponder</name><description><para>Avoids roads where the specified toll transponders are the only mode of payment. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Trailer_TrailerCount</name><description><para>Number of trailers attached to the vehicle. Default Value: <c>0</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelMode</name><description><para>Specifies the mode of transport when calculating a route. Used in estimating the speed of travel and road compatibility. The mode <c>Scooter</c> also applies to motorcycles, set to <c>Scooter</c> when wanted to calculate options for motorcycles. Default Value: <c>Car</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.IsolineTravelMode</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Triple</name><description><para>Weight for triple axle group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_TruckRoadType</name><description><para>Truck road type identifiers. <c>BK1</c> through <c>BK4</c> apply only to Sweden. <c>A2,A4,B2,B4,C,D,ET2,ET4</c> apply only to Mexico. There are currently no other supported values as of 26th April 2024. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_TruckType</name><description><para>Type of the truck. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.IsolineTruckType</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_TunnelRestrictionCode</name><description><para>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. - <i>Tunnel Category B</i> - <i>Risk Level</i>: Limited risk - <i>Restrictions</i>: Few restrictions - <i>Tunnel Category C</i> - <i>Risk Level</i>: Medium risk - <i>Restrictions</i>: Some restrictions - <i>Tunnel Category D</i> - <i>Risk Level</i>: High risk - <i>Restrictions</i>: Many restrictions occur - <i>Tunnel Category E</i> - <i>Risk Level</i>: Very high risk - <i>Restrictions</i>: Restricted tunnel </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_Tunnel</name><description><para>Avoid tunnels while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Traffic_Usage</name><description><para>Determines if traffic should be used or ignored while calculating the route. Default Value: <c>UseTrafficData</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.TrafficUsage</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_SideOfStreet_UseWith</name><description><para>Strategy that defines when the side of street position should be used. AnyStreet will always use the provided position. Default Value: <c>DividedStreetOnly</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.SideOfStreetMatchingStrategy</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_SideOfStreet_UseWith</name><description><para>Strategy that defines when the side of street position should be used. AnyStreet will always use the provided position. Default Value: <c>DividedStreetOnly</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.SideOfStreetMatchingStrategy</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_UTurn</name><description><para>Avoid U-turns for calculation on highways and motorways. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_WeightPerAxle</name><description><para>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. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Width</name><description><para>Width of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_ZoneCategory</name><description><para>Zone categories to be avoided. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.Model.IsolineAvoidanceZoneCategory[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>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.CalculateIsolinesResponse). Specifying the name of a property of type Amazon.GeoRoutes.Model.CalculateIsolinesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.GEOR.AmazonGeoRoutesClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.AmazonGeoRoutesConfig</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against. <b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs) If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user's home directory)\.aws\credentials. If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given. As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider's endpoint. This parameter is not required if the user's default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue></parameter></syntaxItem></syntax><parameters><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Allow_Hot</name><description><para>Allow Hot (High Occupancy Toll) lanes while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Allow_Hov</name><description><para>Allow Hov (High Occupancy vehicle) lanes while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ArrivalTime</name><description><para>Time of arrival at the destination. Time format: <c>YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mm</c> Examples: <c>2020-04-22T17:57:24Z</c> <c>2020-04-22T17:57:24+02:00</c> </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_Area</name><description><para>Areas to be avoided. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.Model.IsolineAvoidanceArea[]</parameterValue><type><name>Amazon.GeoRoutes.Model.IsolineAvoidanceArea[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_CarShuttleTrain</name><description><para>Avoid car-shuttle-trains while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_ControlledAccessHighway</name><description><para>Avoid controlled access highways while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_DirtRoad</name><description><para>Avoid dirt roads while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_Ferry</name><description><para>Avoid ferries while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_SeasonalClosure</name><description><para>Avoid roads that have seasonal closure while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_TollRoad</name><description><para>Avoids roads where the specified toll transponders are the only mode of payment. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_TollTransponder</name><description><para>Avoids roads where the specified toll transponders are the only mode of payment. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_TruckRoadType</name><description><para>Truck road type identifiers. <c>BK1</c> through <c>BK4</c> apply only to Sweden. <c>A2,A4,B2,B4,C,D,ET2,ET4</c> apply only to Mexico. There are currently no other supported values as of 26th April 2024. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue><type><name>System.String[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_Tunnel</name><description><para>Avoid tunnels while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_UTurn</name><description><para>Avoid U-turns for calculation on highways and motorways. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_ZoneCategory</name><description><para>Zone categories to be avoided. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.Model.IsolineAvoidanceZoneCategory[]</parameterValue><type><name>Amazon.GeoRoutes.Model.IsolineAvoidanceZoneCategory[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Car_EngineType</name><description><para>Engine type of the vehicle. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.IsolineEngineType</parameterValue><type><name>Amazon.GeoRoutes.IsolineEngineType</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Car_MaxSpeed</name><description><para>Maximum speed. <b>Unit</b>: <c>KilometersPerHour</c> </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue><type><name>System.Double</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Car_Occupancy</name><description><para>The number of occupants in the vehicle. Default Value: <c>1</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.GEOR.AmazonGeoRoutesClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.AmazonGeoRoutesConfig</parameterValue><type><name>Amazon.GeoRoutes.AmazonGeoRoutesConfig</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue><type><name>Amazon.Runtime.AWSCredentials</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DepartNow</name><description><para>Uses the current time as the time of departure. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DepartureTime</name><description><para>Time of departure from thr origin. Time format:<c>YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mm</c> Examples: <c>2020-04-22T17:57:24Z</c> <c>2020-04-22T17:57:24+02:00</c> </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Destination</name><description><para>The final position for the route. In the World Geodetic System (WGS 84) format: <c>[longitude, latitude]</c>. </para></description><parameterValue required="true" variableLength="false">System.Double[]</parameterValue><type><name>System.Double[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_AvoidActionsForDistance</name><description><para>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. </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_Heading</name><description><para>GPS Heading at the position. </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue><type><name>System.Double</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_Matching_NameHint</name><description><para>Attempts to match the provided position to a road similar to the provided name. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_Matching_OnRoadThreshold</name><description><para>If the distance to a highway/bridge/tunnel/sliproad is within threshold, the waypoint will be snapped to the highway/bridge/tunnel/sliproad. <b>Unit</b>: <c>meters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_Matching_Radius</name><description><para>Considers all roads within the provided radius to match the provided destination to. The roads that are considered are determined by the provided Strategy. <b>Unit</b>: <c>Meters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_Matching_Strategy</name><description><para>Strategy that defines matching of the position onto the road network. MatchAny considers all roads possible, whereas MatchMostSignificantRoad matches to the most significant road. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.MatchingStrategy</parameterValue><type><name>Amazon.GeoRoutes.MatchingStrategy</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_SideOfStreet_Position</name><description><para>Position defined as <c>[longitude, latitude]</c>. </para></description><parameterValue required="true" variableLength="false">System.Double[]</parameterValue><type><name>System.Double[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_SideOfStreet_UseWith</name><description><para>Strategy that defines when the side of street position should be used. AnyStreet will always use the provided position. Default Value: <c>DividedStreetOnly</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.SideOfStreetMatchingStrategy</parameterValue><type><name>Amazon.GeoRoutes.SideOfStreetMatchingStrategy</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against. <b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>IsolineGeometryFormat</name><description><para>The format of the returned IsolineGeometry. Default Value:<c>FlexiblePolyline</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.GeometryFormat</parameterValue><type><name>Amazon.GeoRoutes.GeometryFormat</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>IsolineGranularity_MaxPoint</name><description><para>Maximum number of points of returned Isoline. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>IsolineGranularity_MaxResolution</name><description><para>Maximum resolution of the returned isoline. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Key</name><description><para>Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider's endpoint. This parameter is not required if the user's default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue><type><name>System.Management.Automation.PSCredential</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OptimizeIsolineFor</name><description><para>Specifies the optimization criteria for when calculating an isoline. AccurateCalculation generates an isoline of higher granularity that is more precise. FastCalculation generates an isoline faster by reducing the granularity, and in turn the quality of the isoline. BalancedCalculation generates an isoline by balancing between quality and performance. Default Value: <c>BalancedCalculation</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.IsolineOptimizationObjective</parameterValue><type><name>Amazon.GeoRoutes.IsolineOptimizationObjective</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OptimizeRoutingFor</name><description><para>Specifies the optimization criteria for calculating a route. Default Value: <c>FastestRoute</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.RoutingObjective</parameterValue><type><name>Amazon.GeoRoutes.RoutingObjective</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Origin</name><description><para>The start position for the route. </para></description><parameterValue required="true" variableLength="false">System.Double[]</parameterValue><type><name>System.Double[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_AvoidActionsForDistance</name><description><para>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. </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_Heading</name><description><para>GPS Heading at the position. </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue><type><name>System.Double</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_Matching_NameHint</name><description><para>Attempts to match the provided position to a road similar to the provided name. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_Matching_OnRoadThreshold</name><description><para>If the distance to a highway/bridge/tunnel/sliproad is within threshold, the waypoint will be snapped to the highway/bridge/tunnel/sliproad. <b>Unit</b>: <c>meters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_Matching_Radius</name><description><para>Considers all roads within the provided radius to match the provided destination to. The roads that are considered are determined by the provided Strategy. <b>Unit</b>: <c>Meters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_Matching_Strategy</name><description><para>Strategy that defines matching of the position onto the road network. MatchAny considers all roads possible, whereas MatchMostSignificantRoad matches to the most significant road. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.MatchingStrategy</parameterValue><type><name>Amazon.GeoRoutes.MatchingStrategy</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_SideOfStreet_Position</name><description><para>Position defined as <c>[longitude, latitude]</c>. </para></description><parameterValue required="true" variableLength="false">System.Double[]</parameterValue><type><name>System.Double[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_SideOfStreet_UseWith</name><description><para>Strategy that defines when the side of street position should be used. AnyStreet will always use the provided position. Default Value: <c>DividedStreetOnly</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.SideOfStreetMatchingStrategy</parameterValue><type><name>Amazon.GeoRoutes.SideOfStreetMatchingStrategy</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs) If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user's home directory)\.aws\credentials. If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given. As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue><type><name>System.Object</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Scooter_EngineType</name><description><para>Engine type of the vehicle. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.IsolineEngineType</parameterValue><type><name>Amazon.GeoRoutes.IsolineEngineType</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Scooter_MaxSpeed</name><description><para>Maximum speed specified. <b>Unit</b>: <c>KilometersPerHour</c> </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue><type><name>System.Double</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Scooter_Occupancy</name><description><para>The number of occupants in the vehicle. Default Value: <c>1</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>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.CalculateIsolinesResponse). Specifying the name of a property of type Amazon.GeoRoutes.Model.CalculateIsolinesResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Thresholds_Distance</name><description><para>Distance to be used for the isoline calculation. </para></description><parameterValue required="true" variableLength="false">System.Int64[]</parameterValue><type><name>System.Int64[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Thresholds_Time</name><description><para>Time to be used for the isoline calculation. </para></description><parameterValue required="true" variableLength="false">System.Int64[]</parameterValue><type><name>System.Int64[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Traffic_FlowEventThresholdOverride</name><description><para>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. <b>Unit</b>: <c>seconds</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Traffic_Usage</name><description><para>Determines if traffic should be used or ignored while calculating the route. Default Value: <c>UseTrafficData</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.TrafficUsage</parameterValue><type><name>Amazon.GeoRoutes.TrafficUsage</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Trailer_AxleCount</name><description><para>Total number of axles of the vehicle. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Trailer_TrailerCount</name><description><para>Number of trailers attached to the vehicle. Default Value: <c>0</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelMode</name><description><para>Specifies the mode of transport when calculating a route. Used in estimating the speed of travel and road compatibility. The mode <c>Scooter</c> also applies to motorcycles, set to <c>Scooter</c> when wanted to calculate options for motorcycles. Default Value: <c>Car</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.IsolineTravelMode</parameterValue><type><name>Amazon.GeoRoutes.IsolineTravelMode</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelModeOptions_Car_LicensePlate_LastCharacter</name><description><para>The last character of the License Plate. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelModeOptions_Scooter_LicensePlate_LastCharacter</name><description><para>The last character of the License Plate. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelModeOptions_Truck_LicensePlate_LastCharacter</name><description><para>The last character of the License Plate. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_AxleCount</name><description><para>Total number of axles of the vehicle. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_EngineType</name><description><para>Engine type of the vehicle. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.IsolineEngineType</parameterValue><type><name>Amazon.GeoRoutes.IsolineEngineType</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_GrossWeight</name><description><para>Gross weight of the vehicle including trailers, and goods at capacity. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_HazardousCargo</name><description><para>List of Hazardous cargo contained in the vehicle. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue><type><name>System.String[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Height</name><description><para>Height of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_HeightAboveFirstAxle</name><description><para>Height of the vehicle above its first axle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_KpraLength</name><description><para>Kingpin to rear axle length of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Length</name><description><para>Length of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_MaxSpeed</name><description><para>Maximum speed specified. <b>Unit</b>: <c>KilometersPerHour</c> </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue><type><name>System.Double</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Occupancy</name><description><para>The number of occupants in the vehicle. Default Value: <c>1</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_PayloadCapacity</name><description><para>Payload capacity of the vehicle and trailers attached. <b>Unit</b>: <c>kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_TireCount</name><description><para>Number of tires on the vehicle. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_TruckType</name><description><para>Type of the truck. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.IsolineTruckType</parameterValue><type><name>Amazon.GeoRoutes.IsolineTruckType</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_TunnelRestrictionCode</name><description><para>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. - <i>Tunnel Category B</i> - <i>Risk Level</i>: Limited risk - <i>Restrictions</i>: Few restrictions - <i>Tunnel Category C</i> - <i>Risk Level</i>: Medium risk - <i>Restrictions</i>: Some restrictions - <i>Tunnel Category D</i> - <i>Risk Level</i>: High risk - <i>Restrictions</i>: Many restrictions occur - <i>Tunnel Category E</i> - <i>Risk Level</i>: Very high risk - <i>Restrictions</i>: Restricted tunnel </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_WeightPerAxle</name><description><para>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. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Width</name><description><para>Width of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Quad</name><description><para>Weight for quad axle group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Quint</name><description><para>Weight for quad quint group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Single</name><description><para>Weight for single axle group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Tandem</name><description><para>Weight for tandem axle group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Triple</name><description><para>Weight for triple axle group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter></parameters><returnValues><returnValue><type><name>Amazon.GeoRoutes.Model.CalculateIsolinesResponse</name><uri /><description /></type><description><para>This cmdlet returns an Amazon.GeoRoutes.Model.CalculateIsolinesResponse object containing multiple properties.</para></description></returnValue></returnValues><relatedLinks><navigationLink><linkText>Online version:</linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Get-GEORIsoline.html&tocid=Get-GEORIsoline</uri></navigationLink><navigationLink><linkText>Common credential and region parameters: </linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri></navigationLink></relatedLinks></command><command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"><details><name>Get-GEORRouteMatrix</name><description><para>Calls the Amazon Location Service Routes V2 CalculateRouteMatrix API operation.</para></description><verb>Get</verb><noun>GEORRouteMatrix</noun><copyright><para>&copy; Copyright 2012 - 2025 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para></copyright></details><description><para>Calculates route matrix containing the results for all pairs of Origins to Destinations. Each row corresponds to one entry in Origins. Each entry in the row corresponds to the route from that entry in Origins to an entry in Destinations positions. </para></description><syntax><syntaxItem><name>Get-GEORRouteMatrix</name><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_Area</name><description><para>Areas to be avoided. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.Model.RouteMatrixAvoidanceArea[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_AxleCount</name><description><para>Total number of axles of the vehicle. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Geometry_BoundingBox</name><description><para>Geometry defined as a bounding box. The first pair represents the X and Y coordinates (longitude and latitude,) of the southwest corner of the bounding box; the second pair represents the X and Y coordinates (longitude and latitude) of the northeast corner. </para></description><parameterValue required="true" variableLength="false">System.Double[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_CarShuttleTrain</name><description><para>Avoid car-shuttle-trains while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Circle_Center</name><description><para>Center of the Circle defined in longitude and latitude coordinates. Example: <c>[-123.1174, 49.2847]</c> represents the position with longitude <c>-123.1174</c> and latitude <c>49.2847</c>. </para></description><parameterValue required="true" variableLength="false">System.Double[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_ControlledAccessHighway</name><description><para>Avoid controlled access highways while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Exclude_Country</name><description><para>List of countries to be avoided defined by two-letter or three-letter country codes. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DepartNow</name><description><para>Uses the current time as the time of departure. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DepartureTime</name><description><para>Time of departure from thr origin. Time format:<c>YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mm</c> Examples: <c>2020-04-22T17:57:24Z</c> <c>2020-04-22T17:57:24+02:00</c> </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Destination</name><description><para>List of destinations for the route. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.Model.RouteMatrixDestination[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_DirtRoad</name><description><para>Avoid dirt roads while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_Ferry</name><description><para>Avoid ferries while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Traffic_FlowEventThresholdOverride</name><description><para>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. </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_GrossWeight</name><description><para>Gross weight of the vehicle including trailers, and goods at capacity. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_HazardousCargo</name><description><para>List of Hazardous cargo contained in the vehicle. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Height</name><description><para>Height of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Allow_Hot</name><description><para>Allow Hot (High Occupancy Toll) lanes while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Allow_Hov</name><description><para>Allow Hov (High Occupancy vehicle) lanes while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Key</name><description><para>Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_KpraLength</name><description><para>Kingpin to rear axle length of the vehicle <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelModeOptions_Car_LicensePlate_LastCharacter</name><description><para>The last character of the License Plate. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelModeOptions_Scooter_LicensePlate_LastCharacter</name><description><para>The last character of the License Plate. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelModeOptions_Truck_LicensePlate_LastCharacter</name><description><para>The last character of the License Plate. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Length</name><description><para>Length of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AutoCircle_Margin</name><description><para>The margin provided for the calculation. </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AutoCircle_MaxRadius</name><description><para>The maximum size of the radius provided for the calculation. </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Car_MaxSpeed</name><description><para>Maximum speed <b>Unit</b>: <c>KilometersPerHour</c> </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Scooter_MaxSpeed</name><description><para>Maximum speed. <b>Unit</b>: <c>KilometersPerHour</c> </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_MaxSpeed</name><description><para>Maximum speed <b>Unit</b>: <c>KilometersPerHour</c> </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Car_Occupancy</name><description><para>The number of occupants in the vehicle. Default Value: <c>1</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Scooter_Occupancy</name><description><para>The number of occupants in the vehicle. Default Value: <c>1</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Occupancy</name><description><para>The number of occupants in the vehicle. Default Value: <c>1</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OptimizeRoutingFor</name><description><para>Specifies the optimization criteria for calculating a route. Default Value: <c>FastestRoute</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.RoutingObjective</parameterValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Origin</name><description><para>The position in longitude and latitude for the origin. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.Model.RouteMatrixOrigin[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_PayloadCapacity</name><description><para>Payload capacity of the vehicle and trailers attached. <b>Unit</b>: <c>kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Geometry_Polygon</name><description><para>Geometry defined as a polygon with only one linear ring. </para></description><parameterValue required="true" variableLength="false">System.Double[][][]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Quad</name><description><para>Weight for quad axle group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Quint</name><description><para>Weight for quad quint group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Circle_Radius</name><description><para>Radius of the Circle. <b>Unit</b>: <c>meters</c> </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Single</name><description><para>Weight for single axle group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Tandem</name><description><para>Weight for tandem axle group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_TollRoad</name><description><para>Avoids roads where the specified toll transponders are the only mode of payment. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_TollTransponder</name><description><para>Avoids roads where the specified toll transponders are the only mode of payment. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Trailer_TrailerCount</name><description><para>Number of trailers attached to the vehicle. Default Value: <c>0</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelMode</name><description><para>Specifies the mode of transport when calculating a route. Used in estimating the speed of travel and road compatibility. Default Value: <c>Car</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.RouteMatrixTravelMode</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Triple</name><description><para>Weight for triple axle group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_TruckRoadType</name><description><para>Truck road type identifiers. <c>BK1</c> through <c>BK4</c> apply only to Sweden. <c>A2,A4,B2,B4,C,D,ET2,ET4</c> apply only to Mexico. There are currently no other supported values as of 26th April 2024. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_TruckType</name><description><para>Type of the truck. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.RouteMatrixTruckType</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_TunnelRestrictionCode</name><description><para>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. - <i>Tunnel Category B</i> - <i>Risk Level</i>: Limited risk - <i>Restrictions</i>: Few restrictions - <i>Tunnel Category C</i> - <i>Risk Level</i>: Medium risk - <i>Restrictions</i>: Some restrictions - <i>Tunnel Category D</i> - <i>Risk Level</i>: High risk - <i>Restrictions</i>: Many restrictions occur - <i>Tunnel Category E</i> - <i>Risk Level</i>: Very high risk - <i>Restrictions</i>: Restricted tunnel </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_Tunnel</name><description><para>Avoid tunnels while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>RoutingBoundary_Unbounded</name><description><para>No restrictions in terms of a routing boundary, and is typically used for longer routes. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Traffic_Usage</name><description><para>Determines if traffic should be used or ignored while calculating the route. Default Value: <c>UseTrafficData</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.TrafficUsage</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_UTurn</name><description><para>Avoid U-turns for calculation on highways and motorways. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_WeightPerAxle</name><description><para>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. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Width</name><description><para>Width of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_ZoneCategory</name><description><para>Zone categories to be avoided. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.Model.RouteMatrixAvoidanceZoneCategory[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>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.CalculateRouteMatrixResponse). Specifying the name of a property of type Amazon.GeoRoutes.Model.CalculateRouteMatrixResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.GEOR.AmazonGeoRoutesClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.AmazonGeoRoutesConfig</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against. <b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs) If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user's home directory)\.aws\credentials. If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given. As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider's endpoint. This parameter is not required if the user's default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue></parameter></syntaxItem></syntax><parameters><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Allow_Hot</name><description><para>Allow Hot (High Occupancy Toll) lanes while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Allow_Hov</name><description><para>Allow Hov (High Occupancy vehicle) lanes while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AutoCircle_Margin</name><description><para>The margin provided for the calculation. </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AutoCircle_MaxRadius</name><description><para>The maximum size of the radius provided for the calculation. </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_Area</name><description><para>Areas to be avoided. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.Model.RouteMatrixAvoidanceArea[]</parameterValue><type><name>Amazon.GeoRoutes.Model.RouteMatrixAvoidanceArea[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_CarShuttleTrain</name><description><para>Avoid car-shuttle-trains while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_ControlledAccessHighway</name><description><para>Avoid controlled access highways while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_DirtRoad</name><description><para>Avoid dirt roads while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_Ferry</name><description><para>Avoid ferries while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_TollRoad</name><description><para>Avoids roads where the specified toll transponders are the only mode of payment. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_TollTransponder</name><description><para>Avoids roads where the specified toll transponders are the only mode of payment. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_TruckRoadType</name><description><para>Truck road type identifiers. <c>BK1</c> through <c>BK4</c> apply only to Sweden. <c>A2,A4,B2,B4,C,D,ET2,ET4</c> apply only to Mexico. There are currently no other supported values as of 26th April 2024. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue><type><name>System.String[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_Tunnel</name><description><para>Avoid tunnels while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_UTurn</name><description><para>Avoid U-turns for calculation on highways and motorways. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_ZoneCategory</name><description><para>Zone categories to be avoided. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.Model.RouteMatrixAvoidanceZoneCategory[]</parameterValue><type><name>Amazon.GeoRoutes.Model.RouteMatrixAvoidanceZoneCategory[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Car_MaxSpeed</name><description><para>Maximum speed <b>Unit</b>: <c>KilometersPerHour</c> </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue><type><name>System.Double</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Car_Occupancy</name><description><para>The number of occupants in the vehicle. Default Value: <c>1</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Circle_Center</name><description><para>Center of the Circle defined in longitude and latitude coordinates. Example: <c>[-123.1174, 49.2847]</c> represents the position with longitude <c>-123.1174</c> and latitude <c>49.2847</c>. </para></description><parameterValue required="true" variableLength="false">System.Double[]</parameterValue><type><name>System.Double[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Circle_Radius</name><description><para>Radius of the Circle. <b>Unit</b>: <c>meters</c> </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue><type><name>System.Double</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.GEOR.AmazonGeoRoutesClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.AmazonGeoRoutesConfig</parameterValue><type><name>Amazon.GeoRoutes.AmazonGeoRoutesConfig</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue><type><name>Amazon.Runtime.AWSCredentials</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DepartNow</name><description><para>Uses the current time as the time of departure. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DepartureTime</name><description><para>Time of departure from thr origin. Time format:<c>YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mm</c> Examples: <c>2020-04-22T17:57:24Z</c> <c>2020-04-22T17:57:24+02:00</c> </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Destination</name><description><para>List of destinations for the route. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.Model.RouteMatrixDestination[]</parameterValue><type><name>Amazon.GeoRoutes.Model.RouteMatrixDestination[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against. <b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Exclude_Country</name><description><para>List of countries to be avoided defined by two-letter or three-letter country codes. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue><type><name>System.String[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Geometry_BoundingBox</name><description><para>Geometry defined as a bounding box. The first pair represents the X and Y coordinates (longitude and latitude,) of the southwest corner of the bounding box; the second pair represents the X and Y coordinates (longitude and latitude) of the northeast corner. </para></description><parameterValue required="true" variableLength="false">System.Double[]</parameterValue><type><name>System.Double[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Geometry_Polygon</name><description><para>Geometry defined as a polygon with only one linear ring. </para></description><parameterValue required="true" variableLength="false">System.Double[][][]</parameterValue><type><name>System.Double[][][]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Key</name><description><para>Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider's endpoint. This parameter is not required if the user's default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue><type><name>System.Management.Automation.PSCredential</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OptimizeRoutingFor</name><description><para>Specifies the optimization criteria for calculating a route. Default Value: <c>FastestRoute</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.RoutingObjective</parameterValue><type><name>Amazon.GeoRoutes.RoutingObjective</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Origin</name><description><para>The position in longitude and latitude for the origin. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.Model.RouteMatrixOrigin[]</parameterValue><type><name>Amazon.GeoRoutes.Model.RouteMatrixOrigin[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs) If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user's home directory)\.aws\credentials. If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given. As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue><type><name>System.Object</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>RoutingBoundary_Unbounded</name><description><para>No restrictions in terms of a routing boundary, and is typically used for longer routes. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Scooter_MaxSpeed</name><description><para>Maximum speed. <b>Unit</b>: <c>KilometersPerHour</c> </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue><type><name>System.Double</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Scooter_Occupancy</name><description><para>The number of occupants in the vehicle. Default Value: <c>1</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>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.CalculateRouteMatrixResponse). Specifying the name of a property of type Amazon.GeoRoutes.Model.CalculateRouteMatrixResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Traffic_FlowEventThresholdOverride</name><description><para>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. </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Traffic_Usage</name><description><para>Determines if traffic should be used or ignored while calculating the route. Default Value: <c>UseTrafficData</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.TrafficUsage</parameterValue><type><name>Amazon.GeoRoutes.TrafficUsage</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Trailer_TrailerCount</name><description><para>Number of trailers attached to the vehicle. Default Value: <c>0</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelMode</name><description><para>Specifies the mode of transport when calculating a route. Used in estimating the speed of travel and road compatibility. Default Value: <c>Car</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.RouteMatrixTravelMode</parameterValue><type><name>Amazon.GeoRoutes.RouteMatrixTravelMode</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelModeOptions_Car_LicensePlate_LastCharacter</name><description><para>The last character of the License Plate. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelModeOptions_Scooter_LicensePlate_LastCharacter</name><description><para>The last character of the License Plate. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelModeOptions_Truck_LicensePlate_LastCharacter</name><description><para>The last character of the License Plate. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_AxleCount</name><description><para>Total number of axles of the vehicle. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_GrossWeight</name><description><para>Gross weight of the vehicle including trailers, and goods at capacity. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_HazardousCargo</name><description><para>List of Hazardous cargo contained in the vehicle. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue><type><name>System.String[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Height</name><description><para>Height of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_KpraLength</name><description><para>Kingpin to rear axle length of the vehicle <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Length</name><description><para>Length of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_MaxSpeed</name><description><para>Maximum speed <b>Unit</b>: <c>KilometersPerHour</c> </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue><type><name>System.Double</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Occupancy</name><description><para>The number of occupants in the vehicle. Default Value: <c>1</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_PayloadCapacity</name><description><para>Payload capacity of the vehicle and trailers attached. <b>Unit</b>: <c>kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_TruckType</name><description><para>Type of the truck. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.RouteMatrixTruckType</parameterValue><type><name>Amazon.GeoRoutes.RouteMatrixTruckType</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_TunnelRestrictionCode</name><description><para>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. - <i>Tunnel Category B</i> - <i>Risk Level</i>: Limited risk - <i>Restrictions</i>: Few restrictions - <i>Tunnel Category C</i> - <i>Risk Level</i>: Medium risk - <i>Restrictions</i>: Some restrictions - <i>Tunnel Category D</i> - <i>Risk Level</i>: High risk - <i>Restrictions</i>: Many restrictions occur - <i>Tunnel Category E</i> - <i>Risk Level</i>: Very high risk - <i>Restrictions</i>: Restricted tunnel </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_WeightPerAxle</name><description><para>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. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Width</name><description><para>Width of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Quad</name><description><para>Weight for quad axle group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Quint</name><description><para>Weight for quad quint group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Single</name><description><para>Weight for single axle group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Tandem</name><description><para>Weight for tandem axle group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Triple</name><description><para>Weight for triple axle group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter></parameters><returnValues><returnValue><type><name>Amazon.GeoRoutes.Model.CalculateRouteMatrixResponse</name><uri /><description /></type><description><para>This cmdlet returns an Amazon.GeoRoutes.Model.CalculateRouteMatrixResponse object containing multiple properties.</para></description></returnValue></returnValues><relatedLinks><navigationLink><linkText>Online version:</linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Get-GEORRouteMatrix.html&tocid=Get-GEORRouteMatrix</uri></navigationLink><navigationLink><linkText>Common credential and region parameters: </linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri></navigationLink></relatedLinks></command><command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"><details><name>Get-GEOROptimizedWaypoint</name><description><para>Calls the Amazon Location Service Routes V2 OptimizeWaypoints API operation.</para></description><verb>Get</verb><noun>GEOROptimizedWaypoint</noun><copyright><para>&copy; Copyright 2012 - 2025 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para></copyright></details><description><para>Calculates the optimal order to travel between a set of waypoints to minimize either the travel time or the distance travelled during the journey, based on road network restrictions and the traffic pattern data. </para></description><syntax><syntaxItem><name>Get-GEOROptimizedWaypoint</name><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_AppointmentTime</name><description><para>Appointment time at the destination. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_Area</name><description><para>Areas to be avoided. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.Model.WaypointOptimizationAvoidanceArea[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_CarShuttleTrain</name><description><para>Avoidance options for cars-shuttles-trains. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_ControlledAccessHighway</name><description><para>Avoid controlled access highways while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Exclude_Country</name><description><para>List of countries to be avoided defined by two-letter or three-letter country codes. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>From_DayOfWeek</name><description><para>Day of the week. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.DayOfWeek</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>To_DayOfWeek</name><description><para>Day of the week. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.DayOfWeek</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DepartureTime</name><description><para>Departure time from the waypoint. Time format:<c>YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mm</c> Examples: <c>2020-04-22T17:57:24Z</c> <c>2020-04-22T17:57:24+02:00</c> </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Destination</name><description><para>The final position for the route in the World Geodetic System (WGS 84) format: <c>[longitude, latitude]</c>. </para></description><parameterValue required="true" variableLength="false">System.Double[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_DirtRoad</name><description><para>Avoid dirt roads while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_Ferry</name><description><para>Avoidance options for ferries. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_GrossWeight</name><description><para>Gross weight of the vehicle including trailers, and goods at capacity. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_HazardousCargo</name><description><para>List of Hazardous cargo contained in the vehicle. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_Heading</name><description><para>GPS Heading at the position. </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Height</name><description><para>Height of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_Id</name><description><para>The waypoint Id. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_Id</name><description><para>The Origin Id. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Key</name><description><para>Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Length</name><description><para>Length of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OptimizeSequencingFor</name><description><para>Specifies the optimization criteria for the calculated sequence. Default Value: <c>FastestRoute</c>. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.WaypointOptimizationSequencingObjective</parameterValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Origin</name><description><para>The start position for the route. </para></description><parameterValue required="true" variableLength="false">System.Double[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SideOfStreet_Position</name><description><para>Position defined as <c>[longitude, latitude]</c>. </para></description><parameterValue required="true" variableLength="false">System.Double[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>RestProfile_Profile</name><description><para>Pre defined rest profiles for a driver schedule. The only currently supported profile is EU. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>LongCycle_RestDuration</name><description><para>Resting phase of the cycle. <b>Unit</b>: <c>seconds</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ShortCycle_RestDuration</name><description><para>Resting phase of the cycle. <b>Unit</b>: <c>seconds</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_ServiceDuration</name><description><para>Service time spent at the destination. At an appointment, the service time should be the appointment duration. <b>Unit</b>: <c>seconds</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Pedestrian_Speed</name><description><para>Walking speed. <b>Unit</b>: <c>KilometersPerHour</c> </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>From_TimeOfDay</name><description><para>Time of the day. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>To_TimeOfDay</name><description><para>Time of the day. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_TollRoad</name><description><para>Avoids roads where the specified toll transponders are the only mode of payment. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Trailer_TrailerCount</name><description><para>Number of trailers attached to the vehicle. Default Value: <c>0</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelMode</name><description><para>Specifies the mode of transport when calculating a route. Used in estimating the speed of travel and road compatibility. Default Value: <c>Car</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.WaypointOptimizationTravelMode</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Driver_TreatServiceTimeAs</name><description><para>If the service time provided at a waypoint/destination should be considered as rest or work. This contributes to the total time breakdown returned within the response. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.WaypointOptimizationServiceTimeTreatment</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_TruckType</name><description><para>Type of the truck. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.WaypointOptimizationTruckType</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_TunnelRestrictionCode</name><description><para>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. - <i>Tunnel Category B</i> - <i>Risk Level</i>: Limited risk - <i>Restrictions</i>: Few restrictions - <i>Tunnel Category C</i> - <i>Risk Level</i>: Medium risk - <i>Restrictions</i>: Some restrictions - <i>Tunnel Category D</i> - <i>Risk Level</i>: High risk - <i>Restrictions</i>: Many restrictions occur - <i>Tunnel Category E</i> - <i>Risk Level</i>: Very high risk - <i>Restrictions</i>: Restricted tunnel </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_Tunnel</name><description><para>Avoid tunnels while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Traffic_Usage</name><description><para>Determines if traffic should be used or ignored while calculating the route. Default Value: <c>UseTrafficData</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.TrafficUsage</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SideOfStreet_UseWith</name><description><para>Strategy that defines when the side of street position should be used. AnyStreet will always use the provided position. Default Value: <c>DividedStreetOnly</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.SideOfStreetMatchingStrategy</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_UTurn</name><description><para>Avoid U-turns for calculation on highways and motorways. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Waypoint</name><description><para>List of waypoints between the <c>Origin</c> and <c>Destination</c>. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.Model.WaypointOptimizationWaypoint[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_WeightPerAxle</name><description><para>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. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Width</name><description><para>Width of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>LongCycle_WorkDuration</name><description><para>Working phase of the cycle. <b>Unit</b>: <c>seconds</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ShortCycle_WorkDuration</name><description><para>Working phase of the cycle. <b>Unit</b>: <c>seconds</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>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.OptimizeWaypointsResponse). Specifying the name of a property of type Amazon.GeoRoutes.Model.OptimizeWaypointsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.GEOR.AmazonGeoRoutesClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.AmazonGeoRoutesConfig</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against. <b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs) If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user's home directory)\.aws\credentials. If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given. As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider's endpoint. This parameter is not required if the user's default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue></parameter></syntaxItem></syntax><parameters><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_Area</name><description><para>Areas to be avoided. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.Model.WaypointOptimizationAvoidanceArea[]</parameterValue><type><name>Amazon.GeoRoutes.Model.WaypointOptimizationAvoidanceArea[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_CarShuttleTrain</name><description><para>Avoidance options for cars-shuttles-trains. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_ControlledAccessHighway</name><description><para>Avoid controlled access highways while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_DirtRoad</name><description><para>Avoid dirt roads while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_Ferry</name><description><para>Avoidance options for ferries. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_TollRoad</name><description><para>Avoids roads where the specified toll transponders are the only mode of payment. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_Tunnel</name><description><para>Avoid tunnels while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_UTurn</name><description><para>Avoid U-turns for calculation on highways and motorways. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.GEOR.AmazonGeoRoutesClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.AmazonGeoRoutesConfig</parameterValue><type><name>Amazon.GeoRoutes.AmazonGeoRoutesConfig</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue><type><name>Amazon.Runtime.AWSCredentials</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DepartureTime</name><description><para>Departure time from the waypoint. Time format:<c>YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mm</c> Examples: <c>2020-04-22T17:57:24Z</c> <c>2020-04-22T17:57:24+02:00</c> </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Destination</name><description><para>The final position for the route in the World Geodetic System (WGS 84) format: <c>[longitude, latitude]</c>. </para></description><parameterValue required="true" variableLength="false">System.Double[]</parameterValue><type><name>System.Double[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_AppointmentTime</name><description><para>Appointment time at the destination. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_Heading</name><description><para>GPS Heading at the position. </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue><type><name>System.Double</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_Id</name><description><para>The waypoint Id. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_ServiceDuration</name><description><para>Service time spent at the destination. At an appointment, the service time should be the appointment duration. <b>Unit</b>: <c>seconds</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Driver_TreatServiceTimeAs</name><description><para>If the service time provided at a waypoint/destination should be considered as rest or work. This contributes to the total time breakdown returned within the response. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.WaypointOptimizationServiceTimeTreatment</parameterValue><type><name>Amazon.GeoRoutes.WaypointOptimizationServiceTimeTreatment</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against. <b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Exclude_Country</name><description><para>List of countries to be avoided defined by two-letter or three-letter country codes. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue><type><name>System.String[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>From_DayOfWeek</name><description><para>Day of the week. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.DayOfWeek</parameterValue><type><name>Amazon.GeoRoutes.DayOfWeek</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>From_TimeOfDay</name><description><para>Time of the day. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Key</name><description><para>Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>LongCycle_RestDuration</name><description><para>Resting phase of the cycle. <b>Unit</b>: <c>seconds</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>LongCycle_WorkDuration</name><description><para>Working phase of the cycle. <b>Unit</b>: <c>seconds</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider's endpoint. This parameter is not required if the user's default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue><type><name>System.Management.Automation.PSCredential</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OptimizeSequencingFor</name><description><para>Specifies the optimization criteria for the calculated sequence. Default Value: <c>FastestRoute</c>. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.WaypointOptimizationSequencingObjective</parameterValue><type><name>Amazon.GeoRoutes.WaypointOptimizationSequencingObjective</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Origin</name><description><para>The start position for the route. </para></description><parameterValue required="true" variableLength="false">System.Double[]</parameterValue><type><name>System.Double[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_Id</name><description><para>The Origin Id. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Pedestrian_Speed</name><description><para>Walking speed. <b>Unit</b>: <c>KilometersPerHour</c> </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue><type><name>System.Double</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs) If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user's home directory)\.aws\credentials. If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given. As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue><type><name>System.Object</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>RestProfile_Profile</name><description><para>Pre defined rest profiles for a driver schedule. The only currently supported profile is EU. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>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.OptimizeWaypointsResponse). Specifying the name of a property of type Amazon.GeoRoutes.Model.OptimizeWaypointsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ShortCycle_RestDuration</name><description><para>Resting phase of the cycle. <b>Unit</b>: <c>seconds</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ShortCycle_WorkDuration</name><description><para>Working phase of the cycle. <b>Unit</b>: <c>seconds</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SideOfStreet_Position</name><description><para>Position defined as <c>[longitude, latitude]</c>. </para></description><parameterValue required="true" variableLength="false">System.Double[]</parameterValue><type><name>System.Double[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SideOfStreet_UseWith</name><description><para>Strategy that defines when the side of street position should be used. AnyStreet will always use the provided position. Default Value: <c>DividedStreetOnly</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.SideOfStreetMatchingStrategy</parameterValue><type><name>Amazon.GeoRoutes.SideOfStreetMatchingStrategy</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>To_DayOfWeek</name><description><para>Day of the week. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.DayOfWeek</parameterValue><type><name>Amazon.GeoRoutes.DayOfWeek</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>To_TimeOfDay</name><description><para>Time of the day. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Traffic_Usage</name><description><para>Determines if traffic should be used or ignored while calculating the route. Default Value: <c>UseTrafficData</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.TrafficUsage</parameterValue><type><name>Amazon.GeoRoutes.TrafficUsage</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Trailer_TrailerCount</name><description><para>Number of trailers attached to the vehicle. Default Value: <c>0</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelMode</name><description><para>Specifies the mode of transport when calculating a route. Used in estimating the speed of travel and road compatibility. Default Value: <c>Car</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.WaypointOptimizationTravelMode</parameterValue><type><name>Amazon.GeoRoutes.WaypointOptimizationTravelMode</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_GrossWeight</name><description><para>Gross weight of the vehicle including trailers, and goods at capacity. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_HazardousCargo</name><description><para>List of Hazardous cargo contained in the vehicle. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue><type><name>System.String[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Height</name><description><para>Height of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Length</name><description><para>Length of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_TruckType</name><description><para>Type of the truck. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.WaypointOptimizationTruckType</parameterValue><type><name>Amazon.GeoRoutes.WaypointOptimizationTruckType</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_TunnelRestrictionCode</name><description><para>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. - <i>Tunnel Category B</i> - <i>Risk Level</i>: Limited risk - <i>Restrictions</i>: Few restrictions - <i>Tunnel Category C</i> - <i>Risk Level</i>: Medium risk - <i>Restrictions</i>: Some restrictions - <i>Tunnel Category D</i> - <i>Risk Level</i>: High risk - <i>Restrictions</i>: Many restrictions occur - <i>Tunnel Category E</i> - <i>Risk Level</i>: Very high risk - <i>Restrictions</i>: Restricted tunnel </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_WeightPerAxle</name><description><para>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. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Width</name><description><para>Width of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Waypoint</name><description><para>List of waypoints between the <c>Origin</c> and <c>Destination</c>. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.Model.WaypointOptimizationWaypoint[]</parameterValue><type><name>Amazon.GeoRoutes.Model.WaypointOptimizationWaypoint[]</name><uri /></type><defaultValue>None</defaultValue></parameter></parameters><returnValues><returnValue><type><name>Amazon.GeoRoutes.Model.OptimizeWaypointsResponse</name><uri /><description /></type><description><para>This cmdlet returns an Amazon.GeoRoutes.Model.OptimizeWaypointsResponse object containing multiple properties.</para></description></returnValue></returnValues><relatedLinks><navigationLink><linkText>Online version:</linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Get-GEOROptimizedWaypoint.html&tocid=Get-GEOROptimizedWaypoint</uri></navigationLink><navigationLink><linkText>Common credential and region parameters: </linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri></navigationLink></relatedLinks></command><command xmlns:maml="http://schemas.microsoft.com/maml/2004/10" xmlns:command="http://schemas.microsoft.com/maml/dev/command/2004/10" xmlns:dev="http://schemas.microsoft.com/maml/dev/2004/10"><details><name>Get-GEORRoute</name><description><para>Calls the Amazon Location Service Routes V2 CalculateRoutes API operation.</para></description><verb>Get</verb><noun>GEORRoute</noun><copyright><para>&copy; Copyright 2012 - 2025 Amazon.com, Inc.or its affiliates.All Rights Reserved.</para></copyright></details><description><para>Calculates a route given the following required parameters: <c>Origin</c> and <c>Destination</c>. </para></description><syntax><syntaxItem><name>Get-GEORRoute</name><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Tolls_AllTransponder</name><description><para>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. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Tolls_AllVignette</name><description><para>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. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_Area</name><description><para>Areas to be avoided. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.Model.RouteAvoidanceArea[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ArrivalTime</name><description><para>Time of arrival at the destination. Time format:<c>YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mm</c> Examples: <c>2020-04-22T17:57:24Z</c> <c>2020-04-22T17:57:24+02:00</c> </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_AvoidActionsForDistance</name><description><para>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. </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_AvoidActionsForDistance</name><description><para>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. </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_AvoidUTurn</name><description><para>Avoid U-turns for calculation on highways and motorways. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_AvoidUTurn</name><description><para>Avoid U-turns for calculation on highways and motorways. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_AxleCount</name><description><para>Total number of axles of the vehicle. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Trailer_AxleCount</name><description><para>Total number of axles of the vehicle. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_CarShuttleTrain</name><description><para>Avoid car-shuttle-trains while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EmissionType_Co2EmissionClass</name><description><para>The CO 2 emission classes. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_ControlledAccessHighway</name><description><para>Avoid controlled access highways while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Exclude_Country</name><description><para>List of countries to be avoided defined by two-letter or three-letter country codes. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Tolls_Currency</name><description><para>Currency code corresponding to the price. This is the same as Currency specified in the request. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DepartNow</name><description><para>Uses the current time as the time of departure. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DepartureTime</name><description><para>Time of departure from thr origin. Time format:<c>YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mm</c> Examples: <c>2020-04-22T17:57:24Z</c> <c>2020-04-22T17:57:24+02:00</c> </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Destination</name><description><para>The final position for the route. In the World Geodetic System (WGS 84) format: <c>[longitude, latitude]</c>. </para></description><parameterValue required="true" variableLength="false">System.Double[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_DirtRoad</name><description><para>Avoid dirt roads while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Car_EngineType</name><description><para>Engine type of the vehicle. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.RouteEngineType</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Scooter_EngineType</name><description><para>Engine type of the vehicle. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.RouteEngineType</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_EngineType</name><description><para>Engine type of the vehicle. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.RouteEngineType</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_Ferry</name><description><para>Avoid ferries while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Traffic_FlowEventThresholdOverride</name><description><para>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. </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_GrossWeight</name><description><para>Gross weight of the vehicle including trailers, and goods at capacity. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_HazardousCargo</name><description><para>List of Hazardous cargo contained in the vehicle. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_Heading</name><description><para>GPS Heading at the position. </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_Heading</name><description><para>GPS Heading at the position. </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Height</name><description><para>Height of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_HeightAboveFirstAxle</name><description><para>Height of the vehicle above its first axle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Allow_Hot</name><description><para>Allow Hot (High Occupancy Toll) lanes while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Allow_Hov</name><description><para>Allow Hov (High Occupancy vehicle) lanes while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>InstructionsMeasurementSystem</name><description><para>Measurement system to be used for instructions within steps in the response. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.MeasurementSystem</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Key</name><description><para>Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_KpraLength</name><description><para>Kingpin to rear axle length of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Language</name><description><para>List of languages for instructions within steps in the response. Instructions in the requested language are returned only if they are available. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelModeOptions_Car_LicensePlate_LastCharacter</name><description><para>The last character of the License Plate. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelModeOptions_Scooter_LicensePlate_LastCharacter</name><description><para>The last character of the License Plate. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelModeOptions_Truck_LicensePlate_LastCharacter</name><description><para>The last character of the License Plate. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>LegAdditionalFeature</name><description><para>A list of optional additional parameters such as timezone that can be requested for each result. - <c>Elevation</c>: Retrieves the elevation information for each location. - <c>Incidents</c>: Provides information on traffic incidents along the route. - <c>PassThroughWaypoints</c>: Indicates waypoints that are passed through without stopping. - <c>Summary</c>: Returns a summary of the route, including distance and duration. - <c>Tolls</c>: Supplies toll cost information along the route. - <c>TravelStepInstructions</c>: Provides step-by-step instructions for travel along the route. - <c>TruckRoadTypes</c>: Returns information about road types suitable for trucks. - <c>TypicalDuration</c>: Gives typical travel duration based on historical data. - <c>Zones</c>: Specifies the time zone information for each waypoint. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>LegGeometryFormat</name><description><para>Specifies the format of the geometry returned for each leg of the route. You can choose between two different geometry encoding formats. <c>FlexiblePolyline</c>: A compact and precise encoding format for the leg geometry. For more information on the format, see the GitHub repository for <a href="https://github.com/heremaps/flexible-polyline"><c>FlexiblePolyline</c></a>. <c>Simple</c>: A less compact encoding, which is easier to decode but may be less precise and result in larger payloads. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.GeometryFormat</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Length</name><description><para>Length of the vehicle. <b>Unit</b>: <c>c</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>MaxAlternative</name><description><para>Maximum number of alternative routes to be provided in the response, if available. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Car_MaxSpeed</name><description><para>Maximum speed specified. <b>Unit</b>: <c>KilometersPerHour</c> </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Scooter_MaxSpeed</name><description><para>Maximum speed <b>Unit</b>: <c>KilometersPerHour</c> </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_MaxSpeed</name><description><para>Maximum speed <b>Unit</b>: <c>KilometersPerHour</c> </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_Matching_NameHint</name><description><para>Attempts to match the provided position to a road similar to the provided name. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_Matching_NameHint</name><description><para>Attempts to match the provided position to a road similar to the provided name. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Car_Occupancy</name><description><para>The number of occupants in the vehicle. Default Value: <c>1</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Scooter_Occupancy</name><description><para>The number of occupants in the vehicle. Default Value: <c>1</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Occupancy</name><description><para>The number of occupants in the vehicle. Default Value: <c>1</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_Matching_OnRoadThreshold</name><description><para>If the distance to a highway/bridge/tunnel/sliproad is within threshold, the waypoint will be snapped to the highway/bridge/tunnel/sliproad. <b>Unit</b>: <c>meters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_Matching_OnRoadThreshold</name><description><para>If the distance to a highway/bridge/tunnel/sliproad is within threshold, the waypoint will be snapped to the highway/bridge/tunnel/sliproad. <b>Unit</b>: <c>meters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OptimizeRoutingFor</name><description><para>Specifies the optimization criteria for calculating a route. Default Value: <c>FastestRoute</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.RoutingObjective</parameterValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Origin</name><description><para>The start position for the route. </para></description><parameterValue required="true" variableLength="false">System.Double[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_PayloadCapacity</name><description><para>Payload capacity of the vehicle and trailers attached. <b>Unit</b>: <c>kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_SideOfStreet_Position</name><description><para>Position defined as <c>[longitude, latitude]</c>. </para></description><parameterValue required="true" variableLength="false">System.Double[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_SideOfStreet_Position</name><description><para>Position defined as <c>[longitude, latitude]</c>. </para></description><parameterValue required="true" variableLength="false">System.Double[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Quad</name><description><para>Weight for quad axle group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Quint</name><description><para>Weight for quad quint group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_Matching_Radius</name><description><para>Considers all roads within the provided radius to match the provided destination to. The roads that are considered are determined by the provided Strategy. <b>Unit</b>: <c>Meters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_Matching_Radius</name><description><para>Considers all roads within the provided radius to match the provided destination to. The roads that are considered are determined by the provided Strategy. <b>Unit</b>: <c>Meters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Driver_Schedule</name><description><para>Driver work-rest schedule. Stops are added to fulfil the provided rest schedule. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.Model.RouteDriverScheduleInterval[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_SeasonalClosure</name><description><para>Avoid roads that have seasonal closure while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Single</name><description><para>Weight for single axle group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SpanAdditionalFeature</name><description><para>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. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Pedestrian_Speed</name><description><para>Walking speed in Kilometers per hour. </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_StopDuration</name><description><para>Duration of the stop. <b>Unit</b>: <c>seconds</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_Matching_Strategy</name><description><para>Strategy that defines matching of the position onto the road network. MatchAny considers all roads possible, whereas MatchMostSignificantRoad matches to the most significant road. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.MatchingStrategy</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_Matching_Strategy</name><description><para>Strategy that defines matching of the position onto the road network. MatchAny considers all roads possible, whereas MatchMostSignificantRoad matches to the most significant road. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.MatchingStrategy</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Tandem</name><description><para>Weight for tandem axle group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_TireCount</name><description><para>Number of tires on the vehicle. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_TollRoad</name><description><para>Avoids roads where the specified toll transponders are the only mode of payment. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_TollTransponder</name><description><para>Avoids roads where the specified toll transponders are the only mode of payment. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Trailer_TrailerCount</name><description><para>Number of trailers attached to the vehicle. Default Value: <c>0</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelMode</name><description><para>Specifies the mode of transport when calculating a route. Used in estimating the speed of travel and road compatibility. Default Value: <c>Car</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.RouteTravelMode</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelStepType</name><description><para>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 naviagtion system. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.RouteTravelStepType</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Triple</name><description><para>Weight for triple axle group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_TruckRoadType</name><description><para>Truck road type identifiers. <c>BK1</c> through <c>BK4</c> apply only to Sweden. <c>A2,A4,B2,B4,C,D,ET2,ET4</c> apply only to Mexico. There are currently no other supported values as of 26th April 2024. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_TruckType</name><description><para>Type of the truck. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.RouteTruckType</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_TunnelRestrictionCode</name><description><para>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. - <i>Tunnel Category B</i> - <i>Risk Level</i>: Limited risk - <i>Restrictions</i>: Few restrictions - <i>Tunnel Category C</i> - <i>Risk Level</i>: Medium risk - <i>Restrictions</i>: Some restrictions - <i>Tunnel Category D</i> - <i>Risk Level</i>: High risk - <i>Restrictions</i>: Many restrictions occur - <i>Tunnel Category E</i> - <i>Risk Level</i>: Very high risk - <i>Restrictions</i>: Restricted tunnel </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_Tunnel</name><description><para>Avoid tunnels while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EmissionType_Type</name><description><para>Type of the emission. <b>Valid values</b>: <c>Euro1, Euro2, Euro3, Euro4, Euro5, Euro6, EuroEev</c> </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Traffic_Usage</name><description><para>Determines if traffic should be used or ignored while calculating the route. Default Value: <c>UseTrafficData</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.TrafficUsage</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_SideOfStreet_UseWith</name><description><para>Strategy that defines when the side of street position should be used. Default Value: <c>DividedStreetOnly</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.SideOfStreetMatchingStrategy</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_SideOfStreet_UseWith</name><description><para>Strategy that defines when the side of street position should be used. Default Value: <c>DividedStreetOnly</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.SideOfStreetMatchingStrategy</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_UTurn</name><description><para>Avoid U-turns for calculation on highways and motorways. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Tolls_VehicleCategory</name><description><para>Vehicle category for toll cost calculation. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.RouteTollVehicleCategory</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Waypoint</name><description><para>List of waypoints between the Origin and Destination. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.Model.RouteWaypoint[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_WeightPerAxle</name><description><para>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. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Width</name><description><para>Width of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_ZoneCategory</name><description><para>Zone categories to be avoided. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.Model.RouteAvoidanceZoneCategory[]</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>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. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.GEOR.AmazonGeoRoutesClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.AmazonGeoRoutesConfig</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against. <b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs) If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user's home directory)\.aws\credentials. If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given. As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider's endpoint. This parameter is not required if the user's default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue></parameter></syntaxItem></syntax><parameters><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>AccessKey</name><description><para>The AWS access key for the user account. This can be a temporary access key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Allow_Hot</name><description><para>Allow Hot (High Occupancy Toll) lanes while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Allow_Hov</name><description><para>Allow Hov (High Occupancy vehicle) lanes while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ArrivalTime</name><description><para>Time of arrival at the destination. Time format:<c>YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mm</c> Examples: <c>2020-04-22T17:57:24Z</c> <c>2020-04-22T17:57:24+02:00</c> </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_Area</name><description><para>Areas to be avoided. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.Model.RouteAvoidanceArea[]</parameterValue><type><name>Amazon.GeoRoutes.Model.RouteAvoidanceArea[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_CarShuttleTrain</name><description><para>Avoid car-shuttle-trains while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_ControlledAccessHighway</name><description><para>Avoid controlled access highways while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_DirtRoad</name><description><para>Avoid dirt roads while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_Ferry</name><description><para>Avoid ferries while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_SeasonalClosure</name><description><para>Avoid roads that have seasonal closure while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_TollRoad</name><description><para>Avoids roads where the specified toll transponders are the only mode of payment. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_TollTransponder</name><description><para>Avoids roads where the specified toll transponders are the only mode of payment. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_TruckRoadType</name><description><para>Truck road type identifiers. <c>BK1</c> through <c>BK4</c> apply only to Sweden. <c>A2,A4,B2,B4,C,D,ET2,ET4</c> apply only to Mexico. There are currently no other supported values as of 26th April 2024. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue><type><name>System.String[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_Tunnel</name><description><para>Avoid tunnels while calculating the route. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_UTurn</name><description><para>Avoid U-turns for calculation on highways and motorways. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Avoid_ZoneCategory</name><description><para>Zone categories to be avoided. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.Model.RouteAvoidanceZoneCategory[]</parameterValue><type><name>Amazon.GeoRoutes.Model.RouteAvoidanceZoneCategory[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Car_EngineType</name><description><para>Engine type of the vehicle. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.RouteEngineType</parameterValue><type><name>Amazon.GeoRoutes.RouteEngineType</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Car_MaxSpeed</name><description><para>Maximum speed specified. <b>Unit</b>: <c>KilometersPerHour</c> </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue><type><name>System.Double</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Car_Occupancy</name><description><para>The number of occupants in the vehicle. Default Value: <c>1</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ClientConfig</name><description><para>Amazon.PowerShell.Cmdlets.GEOR.AmazonGeoRoutesClientCmdlet.ClientConfig </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.AmazonGeoRoutesConfig</parameterValue><type><name>Amazon.GeoRoutes.AmazonGeoRoutesConfig</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>Credential</name><description><para>An AWSCredentials object instance containing access and secret key information, and optionally a token for session-based credentials. </para></description><parameterValue required="true" variableLength="false">Amazon.Runtime.AWSCredentials</parameterValue><type><name>Amazon.Runtime.AWSCredentials</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DepartNow</name><description><para>Uses the current time as the time of departure. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DepartureTime</name><description><para>Time of departure from thr origin. Time format:<c>YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mm</c> Examples: <c>2020-04-22T17:57:24Z</c> <c>2020-04-22T17:57:24+02:00</c> </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Destination</name><description><para>The final position for the route. In the World Geodetic System (WGS 84) format: <c>[longitude, latitude]</c>. </para></description><parameterValue required="true" variableLength="false">System.Double[]</parameterValue><type><name>System.Double[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_AvoidActionsForDistance</name><description><para>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. </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_AvoidUTurn</name><description><para>Avoid U-turns for calculation on highways and motorways. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_Heading</name><description><para>GPS Heading at the position. </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue><type><name>System.Double</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_Matching_NameHint</name><description><para>Attempts to match the provided position to a road similar to the provided name. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_Matching_OnRoadThreshold</name><description><para>If the distance to a highway/bridge/tunnel/sliproad is within threshold, the waypoint will be snapped to the highway/bridge/tunnel/sliproad. <b>Unit</b>: <c>meters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_Matching_Radius</name><description><para>Considers all roads within the provided radius to match the provided destination to. The roads that are considered are determined by the provided Strategy. <b>Unit</b>: <c>Meters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_Matching_Strategy</name><description><para>Strategy that defines matching of the position onto the road network. MatchAny considers all roads possible, whereas MatchMostSignificantRoad matches to the most significant road. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.MatchingStrategy</parameterValue><type><name>Amazon.GeoRoutes.MatchingStrategy</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_SideOfStreet_Position</name><description><para>Position defined as <c>[longitude, latitude]</c>. </para></description><parameterValue required="true" variableLength="false">System.Double[]</parameterValue><type><name>System.Double[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_SideOfStreet_UseWith</name><description><para>Strategy that defines when the side of street position should be used. Default Value: <c>DividedStreetOnly</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.SideOfStreetMatchingStrategy</parameterValue><type><name>Amazon.GeoRoutes.SideOfStreetMatchingStrategy</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>DestinationOptions_StopDuration</name><description><para>Duration of the stop. <b>Unit</b>: <c>seconds</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Driver_Schedule</name><description><para>Driver work-rest schedule. Stops are added to fulfil the provided rest schedule. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.Model.RouteDriverScheduleInterval[]</parameterValue><type><name>Amazon.GeoRoutes.Model.RouteDriverScheduleInterval[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EmissionType_Co2EmissionClass</name><description><para>The CO 2 emission classes. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EmissionType_Type</name><description><para>Type of the emission. <b>Valid values</b>: <c>Euro1, Euro2, Euro3, Euro4, Euro5, Euro6, EuroEev</c> </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>EndpointUrl</name><description><para>The endpoint to make the call against. <b>Note:</b> This parameter is primarily for internal AWS use and is not required/should not be specified for normal usage. The cmdlets normally determine which endpoint to call based on the region specified to the -Region parameter or set as default in the shell (via Set-DefaultAWSRegion). Only specify this parameter if you must direct the call to a specific custom endpoint. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Exclude_Country</name><description><para>List of countries to be avoided defined by two-letter or three-letter country codes. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue><type><name>System.String[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>InstructionsMeasurementSystem</name><description><para>Measurement system to be used for instructions within steps in the response. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.MeasurementSystem</parameterValue><type><name>Amazon.GeoRoutes.MeasurementSystem</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Key</name><description><para>Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Language</name><description><para>List of languages for instructions within steps in the response. Instructions in the requested language are returned only if they are available. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue><type><name>System.String[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>LegAdditionalFeature</name><description><para>A list of optional additional parameters such as timezone that can be requested for each result. - <c>Elevation</c>: Retrieves the elevation information for each location. - <c>Incidents</c>: Provides information on traffic incidents along the route. - <c>PassThroughWaypoints</c>: Indicates waypoints that are passed through without stopping. - <c>Summary</c>: Returns a summary of the route, including distance and duration. - <c>Tolls</c>: Supplies toll cost information along the route. - <c>TravelStepInstructions</c>: Provides step-by-step instructions for travel along the route. - <c>TruckRoadTypes</c>: Returns information about road types suitable for trucks. - <c>TypicalDuration</c>: Gives typical travel duration based on historical data. - <c>Zones</c>: Specifies the time zone information for each waypoint. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue><type><name>System.String[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>LegGeometryFormat</name><description><para>Specifies the format of the geometry returned for each leg of the route. You can choose between two different geometry encoding formats. <c>FlexiblePolyline</c>: A compact and precise encoding format for the leg geometry. For more information on the format, see the GitHub repository for <a href="https://github.com/heremaps/flexible-polyline"><c>FlexiblePolyline</c></a>. <c>Simple</c>: A less compact encoding, which is easier to decode but may be less precise and result in larger payloads. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.GeometryFormat</parameterValue><type><name>Amazon.GeoRoutes.GeometryFormat</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>MaxAlternative</name><description><para>Maximum number of alternative routes to be provided in the response, if available. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByValue, ByPropertyName)" position="Named"><name>NetworkCredential</name><description><para>Used with SAML-based authentication when ProfileName references a SAML role profile. Contains the network credentials to be supplied during authentication with the configured identity provider's endpoint. This parameter is not required if the user's default network identity can or should be used during authentication. </para></description><parameterValue required="true" variableLength="false">System.Management.Automation.PSCredential</parameterValue><type><name>System.Management.Automation.PSCredential</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OptimizeRoutingFor</name><description><para>Specifies the optimization criteria for calculating a route. Default Value: <c>FastestRoute</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.RoutingObjective</parameterValue><type><name>Amazon.GeoRoutes.RoutingObjective</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="True" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Origin</name><description><para>The start position for the route. </para></description><parameterValue required="true" variableLength="false">System.Double[]</parameterValue><type><name>System.Double[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_AvoidActionsForDistance</name><description><para>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. </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_AvoidUTurn</name><description><para>Avoid U-turns for calculation on highways and motorways. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_Heading</name><description><para>GPS Heading at the position. </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue><type><name>System.Double</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_Matching_NameHint</name><description><para>Attempts to match the provided position to a road similar to the provided name. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_Matching_OnRoadThreshold</name><description><para>If the distance to a highway/bridge/tunnel/sliproad is within threshold, the waypoint will be snapped to the highway/bridge/tunnel/sliproad. <b>Unit</b>: <c>meters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_Matching_Radius</name><description><para>Considers all roads within the provided radius to match the provided destination to. The roads that are considered are determined by the provided Strategy. <b>Unit</b>: <c>Meters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_Matching_Strategy</name><description><para>Strategy that defines matching of the position onto the road network. MatchAny considers all roads possible, whereas MatchMostSignificantRoad matches to the most significant road. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.MatchingStrategy</parameterValue><type><name>Amazon.GeoRoutes.MatchingStrategy</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_SideOfStreet_Position</name><description><para>Position defined as <c>[longitude, latitude]</c>. </para></description><parameterValue required="true" variableLength="false">System.Double[]</parameterValue><type><name>System.Double[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>OriginOptions_SideOfStreet_UseWith</name><description><para>Strategy that defines when the side of street position should be used. Default Value: <c>DividedStreetOnly</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.SideOfStreetMatchingStrategy</parameterValue><type><name>Amazon.GeoRoutes.SideOfStreetMatchingStrategy</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Pedestrian_Speed</name><description><para>Walking speed in Kilometers per hour. </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue><type><name>System.Double</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileLocation</name><description><para>Used to specify the name and location of the ini-format credential file (shared with the AWS CLI and other AWS SDKs) If this optional parameter is omitted this cmdlet will search the encrypted credential file used by the AWS SDK for .NET and AWS Toolkit for Visual Studio first. If the profile is not found then the cmdlet will search in the ini-format credential file at the default location: (user's home directory)\.aws\credentials. If this parameter is specified then this cmdlet will only search the ini-format credential file at the location given. As the current folder can vary in a shell or during script execution it is advised that you use specify a fully qualified path instead of a relative path. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>ProfileName</name><description><para>The user-defined name of an AWS credentials or SAML-based role profile containing credential information. The profile is expected to be found in the secure credential file shared with the AWS SDK for .NET and AWS Toolkit for Visual Studio. You can also specify the name of a profile stored in the .ini-format credential file used with the AWS CLI and other AWS SDKs. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Region</name><description><para>The system name of an AWS region or an AWSRegion instance. This governs the endpoint that will be used when calling service operations. Note that the AWS resources referenced in a call are usually region-specific. </para></description><parameterValue required="true" variableLength="false">System.Object</parameterValue><type><name>System.Object</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Scooter_EngineType</name><description><para>Engine type of the vehicle. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.RouteEngineType</parameterValue><type><name>Amazon.GeoRoutes.RouteEngineType</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Scooter_MaxSpeed</name><description><para>Maximum speed <b>Unit</b>: <c>KilometersPerHour</c> </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue><type><name>System.Double</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Scooter_Occupancy</name><description><para>The number of occupants in the vehicle. Default Value: <c>1</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SecretKey</name><description><para>The AWS secret key for the user account. This can be a temporary secret key if the corresponding session token is supplied to the -SessionToken parameter. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Select</name><description><para>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. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SessionToken</name><description><para>The session token if the access and secret keys are temporary session-based credentials. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>SpanAdditionalFeature</name><description><para>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. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue><type><name>System.String[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Tolls_AllTransponder</name><description><para>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. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Tolls_AllVignette</name><description><para>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. </para></description><parameterValue required="true" variableLength="false">System.Boolean</parameterValue><type><name>System.Boolean</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Tolls_Currency</name><description><para>Currency code corresponding to the price. This is the same as Currency specified in the request. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Tolls_VehicleCategory</name><description><para>Vehicle category for toll cost calculation. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.RouteTollVehicleCategory</parameterValue><type><name>Amazon.GeoRoutes.RouteTollVehicleCategory</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Traffic_FlowEventThresholdOverride</name><description><para>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. </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Traffic_Usage</name><description><para>Determines if traffic should be used or ignored while calculating the route. Default Value: <c>UseTrafficData</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.TrafficUsage</parameterValue><type><name>Amazon.GeoRoutes.TrafficUsage</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Trailer_AxleCount</name><description><para>Total number of axles of the vehicle. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Trailer_TrailerCount</name><description><para>Number of trailers attached to the vehicle. Default Value: <c>0</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelMode</name><description><para>Specifies the mode of transport when calculating a route. Used in estimating the speed of travel and road compatibility. Default Value: <c>Car</c> </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.RouteTravelMode</parameterValue><type><name>Amazon.GeoRoutes.RouteTravelMode</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelModeOptions_Car_LicensePlate_LastCharacter</name><description><para>The last character of the License Plate. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelModeOptions_Scooter_LicensePlate_LastCharacter</name><description><para>The last character of the License Plate. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelModeOptions_Truck_LicensePlate_LastCharacter</name><description><para>The last character of the License Plate. </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>TravelStepType</name><description><para>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 naviagtion system. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.RouteTravelStepType</parameterValue><type><name>Amazon.GeoRoutes.RouteTravelStepType</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_AxleCount</name><description><para>Total number of axles of the vehicle. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_EngineType</name><description><para>Engine type of the vehicle. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.RouteEngineType</parameterValue><type><name>Amazon.GeoRoutes.RouteEngineType</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_GrossWeight</name><description><para>Gross weight of the vehicle including trailers, and goods at capacity. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_HazardousCargo</name><description><para>List of Hazardous cargo contained in the vehicle. </para></description><parameterValue required="true" variableLength="false">System.String[]</parameterValue><type><name>System.String[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Height</name><description><para>Height of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_HeightAboveFirstAxle</name><description><para>Height of the vehicle above its first axle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_KpraLength</name><description><para>Kingpin to rear axle length of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Length</name><description><para>Length of the vehicle. <b>Unit</b>: <c>c</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_MaxSpeed</name><description><para>Maximum speed <b>Unit</b>: <c>KilometersPerHour</c> </para></description><parameterValue required="true" variableLength="false">System.Double</parameterValue><type><name>System.Double</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Occupancy</name><description><para>The number of occupants in the vehicle. Default Value: <c>1</c> </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_PayloadCapacity</name><description><para>Payload capacity of the vehicle and trailers attached. <b>Unit</b>: <c>kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_TireCount</name><description><para>Number of tires on the vehicle. </para></description><parameterValue required="true" variableLength="false">System.Int32</parameterValue><type><name>System.Int32</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_TruckType</name><description><para>Type of the truck. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.RouteTruckType</parameterValue><type><name>Amazon.GeoRoutes.RouteTruckType</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_TunnelRestrictionCode</name><description><para>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. - <i>Tunnel Category B</i> - <i>Risk Level</i>: Limited risk - <i>Restrictions</i>: Few restrictions - <i>Tunnel Category C</i> - <i>Risk Level</i>: Medium risk - <i>Restrictions</i>: Some restrictions - <i>Tunnel Category D</i> - <i>Risk Level</i>: High risk - <i>Restrictions</i>: Many restrictions occur - <i>Tunnel Category E</i> - <i>Risk Level</i>: Very high risk - <i>Restrictions</i>: Restricted tunnel </para></description><parameterValue required="true" variableLength="false">System.String</parameterValue><type><name>System.String</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_WeightPerAxle</name><description><para>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. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Truck_Width</name><description><para>Width of the vehicle. <b>Unit</b>: <c>centimeters</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>Waypoint</name><description><para>List of waypoints between the Origin and Destination. </para></description><parameterValue required="true" variableLength="false">Amazon.GeoRoutes.Model.RouteWaypoint[]</parameterValue><type><name>Amazon.GeoRoutes.Model.RouteWaypoint[]</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Quad</name><description><para>Weight for quad axle group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Quint</name><description><para>Weight for quad quint group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Single</name><description><para>Weight for single axle group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Tandem</name><description><para>Weight for tandem axle group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter><parameter required="False" variableLength="false" globbing="false" pipelineInput="True (ByPropertyName)" position="Named"><name>WeightPerAxleGroup_Triple</name><description><para>Weight for triple axle group. <b>Unit</b>: <c>Kilograms</c> </para></description><parameterValue required="true" variableLength="false">System.Int64</parameterValue><type><name>System.Int64</name><uri /></type><defaultValue>None</defaultValue></parameter></parameters><returnValues><returnValue><type><name>Amazon.GeoRoutes.Model.CalculateRoutesResponse</name><uri /><description /></type><description><para>This cmdlet returns an Amazon.GeoRoutes.Model.CalculateRoutesResponse object containing multiple properties.</para></description></returnValue></returnValues><relatedLinks><navigationLink><linkText>Online version:</linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/index.html?page=Get-GEORRoute.html&tocid=Get-GEORRoute</uri></navigationLink><navigationLink><linkText>Common credential and region parameters: </linkText><uri>http://docs.aws.amazon.com/powershell/latest/reference/items/pstoolsref-commonparams.html</uri></navigationLink></relatedLinks></command></helpItems> |