Allow Hot (High Occupancy Toll) lanes while calculating an isoline.Default value: false
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Allow Hov (High Occupancy vehicle) lanes while calculating an isoline.Default value: false
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Time of arrival at the destination.Time format: YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mmExamples:2020-04-22T17:57:24Z2020-04-22T17:57:24+02:00
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Areas to be avoided. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Avoid_Areas |
Avoid car-shuttle-trains while calculating an isoline.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Avoid_CarShuttleTrains |
-Avoid_ControlledAccessHighway <
Boolean>
Avoid controlled access highways while calculating an isoline.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Avoid_ControlledAccessHighways |
Avoid dirt roads while calculating an isoline.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Avoid_DirtRoads |
Avoid ferries while calculating an isoline.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Avoid_Ferries |
Avoid roads that have seasonal closure while calculating an isoline.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Avoids roads where the specified toll transponders are the only mode of payment.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Avoid_TollRoads |
Avoids roads where the specified toll transponders are the only mode of payment.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Avoid_TollTransponders |
Truck road type identifiers. BK1 through BK4 apply only to Sweden. A2,A4,B2,B4,C,D,ET2,ET4 apply only to Mexico.There are currently no other supported values as of 26th April 2024. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Avoid_TruckRoadTypes |
Avoid tunnels while calculating an isoline.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Avoid_Tunnels |
Avoid U-turns for calculation on highways and motorways.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Avoid_UTurns |
Zone categories to be avoided. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Avoid_ZoneCategories |
Engine type of the vehicle.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Car_EngineType |
Maximum speed.Unit: KilometersPerHour
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Car_MaxSpeed |
The number of occupants in the vehicle.Default Value: 1
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Car_Occupancy |
Amazon.PowerShell.Cmdlets.GEOR.AmazonGeoRoutesClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Uses the current time as the time of departure.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Time of departure from thr origin.Time format:YYYY-MM-DDThh:mm:ss.sssZ | YYYY-MM-DDThh:mm:ss.sss+hh:mmExamples:2020-04-22T17:57:24Z2020-04-22T17:57:24+02:00
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The final position for the route. In the World Geodetic System (WGS 84) format: [longitude, latitude]. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-DestinationOptions_AvoidActionsForDistance <Int64>
Avoids actions for the provided distance. This is typically to consider for users in moving vehicles who may not have sufficient time to make an action at an origin or a destination.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-DestinationOptions_Heading <
Double>
GPS Heading at the position.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-DestinationOptions_Matching_NameHint <
String>
Attempts to match the provided position to a road similar to the provided name.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-DestinationOptions_Matching_OnRoadThreshold <Int64>
If the distance to a highway/bridge/tunnel/sliproad is within threshold, the waypoint will be snapped to the highway/bridge/tunnel/sliproad.Unit: meters
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-DestinationOptions_Matching_Radius <Int64>
Considers all roads within the provided radius to match the provided destination to. The roads that are considered are determined by the provided Strategy.Unit: Meters
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Strategy that defines matching of the position onto the road network. MatchAny considers all roads possible, whereas MatchMostSignificantRoad matches to the most significant road.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-DestinationOptions_SideOfStreet_Position <
Double[]>
Position defined as [longitude, latitude]. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Strategy that defines when the side of street position should be used. AnyStreet will always use the provided position.Default Value: DividedStreetOnly
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The format of the returned IsolineGeometry. Default Value:FlexiblePolyline
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-IsolineGranularity_MaxPoint <
Int32>
Maximum number of points of returned Isoline.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | IsolineGranularity_MaxPoints |
-IsolineGranularity_MaxResolution <Int64>
Maximum resolution of the returned isoline.Unit: meters
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
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: BalancedCalculation
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Specifies the optimization criteria for calculating a route.Default Value: FastestRoute
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The start position for the route. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-OriginOptions_AvoidActionsForDistance <Int64>
Avoids actions for the provided distance. This is typically to consider for users in moving vehicles who may not have sufficient time to make an action at an origin or a destination.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-OriginOptions_Heading <
Double>
GPS Heading at the position.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-OriginOptions_Matching_NameHint <
String>
Attempts to match the provided position to a road similar to the provided name.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-OriginOptions_Matching_OnRoadThreshold <Int64>
If the distance to a highway/bridge/tunnel/sliproad is within threshold, the waypoint will be snapped to the highway/bridge/tunnel/sliproad.Unit: meters
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-OriginOptions_Matching_Radius <Int64>
Considers all roads within the provided radius to match the provided destination to. The roads that are considered are determined by the provided Strategy.Unit: Meters
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Strategy that defines matching of the position onto the road network. MatchAny considers all roads possible, whereas MatchMostSignificantRoad matches to the most significant road.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-OriginOptions_SideOfStreet_Position <
Double[]>
Position defined as [longitude, latitude]. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Strategy that defines when the side of street position should be used. AnyStreet will always use the provided position.Default Value: DividedStreetOnly
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Engine type of the vehicle.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Scooter_EngineType |
Maximum speed specified.Unit: KilometersPerHour
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Scooter_MaxSpeed |
-Scooter_Occupancy <
Int32>
The number of occupants in the vehicle.Default Value: 1
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Scooter_Occupancy |
Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.GeoRoutes.Model.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.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-Thresholds_Distance <Int64[]>
Distance to be used for the isoline calculation. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-Thresholds_Time <Int64[]>
Time to be used for the isoline calculation. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-Traffic_FlowEventThresholdOverride <Int64>
Duration for which flow traffic is considered valid. For this period, the flow traffic is used over historical traffic data. Flow traffic refers to congestion, which changes very quickly. Duration in seconds for which flow traffic event would be considered valid. While flow traffic event is valid it will be used over the historical traffic data. Unit: seconds
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Determines if traffic should be used or ignored while calculating the route.Default Value: UseTrafficData
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-Trailer_AxleCount <
Int32>
Total number of axles of the vehicle.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_Trailer_AxleCount |
-Trailer_TrailerCount <
Int32>
Number of trailers attached to the vehicle.Default Value: 0
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_Trailer_TrailerCount |
Specifies the mode of transport when calculating a route. Used in estimating the speed of travel and road compatibility. The mode Scooter also applies to motorcycles, set to Scooter when wanted to calculate options for motorcycles.Default Value: Car
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-TravelModeOptions_Car_LicensePlate_LastCharacter <
String>
The last character of the License Plate.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-TravelModeOptions_Scooter_LicensePlate_LastCharacter <
String>
The last character of the License Plate.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-TravelModeOptions_Truck_LicensePlate_LastCharacter <
String>
The last character of the License Plate.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Total number of axles of the vehicle.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_AxleCount |
Engine type of the vehicle.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_EngineType |
-Truck_GrossWeight <Int64>
Gross weight of the vehicle including trailers, and goods at capacity.Unit: Kilograms
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_GrossWeight |
List of Hazardous cargo contained in the vehicle. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_HazardousCargos |
-Truck_Height <Int64>
Height of the vehicle.Unit: centimeters
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_Height |
-Truck_HeightAboveFirstAxle <Int64>
Height of the vehicle above its first axle.Unit: centimeters
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_HeightAboveFirstAxle |
-Truck_KpraLength <Int64>
Kingpin to rear axle length of the vehicle.Unit: centimeters
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_KpraLength |
-Truck_Length <Int64>
Length of the vehicle.Unit: centimeters
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_Length |
Maximum speed specified.Unit: KilometersPerHour
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_MaxSpeed |
The number of occupants in the vehicle.Default Value: 1
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_Occupancy |
-Truck_PayloadCapacity <Int64>
Payload capacity of the vehicle and trailers attached.Unit: kilograms
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_PayloadCapacity |
Number of tires on the vehicle.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_TireCount |
Type of the truck.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_TruckType |
-Truck_TunnelRestrictionCode <
String>
The tunnel restriction code.Tunnel categories in this list indicate the restrictions which apply to certain tunnels in Great Britain. They relate to the types of dangerous goods that can be transported through them.
- Tunnel Category B
- Risk Level: Limited risk
- Restrictions: Few restrictions
- Tunnel Category C
- Risk Level: Medium risk
- Restrictions: Some restrictions
- Tunnel Category D
- Risk Level: High risk
- Restrictions: Many restrictions occur
- Tunnel Category E
- Risk Level: Very high risk
- Restrictions: Restricted tunnel
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_TunnelRestrictionCode |
-Truck_WeightPerAxle <Int64>
Heaviest weight per axle irrespective of the axle type or the axle group. Meant for usage in countries where the differences in axle types or axle groups are not distinguished.Unit: Kilograms
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_WeightPerAxle |
-Truck_Width <Int64>
Width of the vehicle.Unit: centimeters
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_Width |
-WeightPerAxleGroup_Quad <Int64>
Weight for quad axle group.Unit: Kilograms
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_WeightPerAxleGroup_Quad |
-WeightPerAxleGroup_Quint <Int64>
Weight for quad quint group.Unit: Kilograms
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_WeightPerAxleGroup_Quint |
-WeightPerAxleGroup_Single <Int64>
Weight for single axle group.Unit: Kilograms
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_WeightPerAxleGroup_Single |
-WeightPerAxleGroup_Tandem <Int64>
Weight for tandem axle group.Unit: Kilograms
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_WeightPerAxleGroup_Tandem |
-WeightPerAxleGroup_Triple <Int64>
Weight for triple axle group.Unit: Kilograms
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | TravelModeOptions_Truck_WeightPerAxleGroup_Triple |