Class: Aws::GeoRoutes::Types::RouteDestinationOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RouteDestinationOptions
- Defined in:
- gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb
Overview
Options related to the destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#avoid_actions_for_distance ⇒ Integer
Avoids actions for the provided distance.
-
#avoid_u_turns ⇒ Boolean
Avoid U-turns for calculation on highways and motorways.
-
#heading ⇒ Float
GPS Heading at the position.
-
#matching ⇒ Types::RouteMatchingOptions
Options to configure matching the provided position to the road network.
-
#side_of_street ⇒ Types::RouteSideOfStreetOptions
Options to configure matching the provided position to a side of the street.
-
#stop_duration ⇒ Integer
Duration of the stop.
Instance Attribute Details
#avoid_actions_for_distance ⇒ Integer
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.
2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2233 class RouteDestinationOptions < Struct.new( :avoid_actions_for_distance, :avoid_u_turns, :heading, :matching, :side_of_street, :stop_duration) SENSITIVE = [] include Aws::Structure end |
#avoid_u_turns ⇒ Boolean
Avoid U-turns for calculation on highways and motorways.
2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2233 class RouteDestinationOptions < Struct.new( :avoid_actions_for_distance, :avoid_u_turns, :heading, :matching, :side_of_street, :stop_duration) SENSITIVE = [] include Aws::Structure end |
#heading ⇒ Float
GPS Heading at the position.
2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2233 class RouteDestinationOptions < Struct.new( :avoid_actions_for_distance, :avoid_u_turns, :heading, :matching, :side_of_street, :stop_duration) SENSITIVE = [] include Aws::Structure end |
#matching ⇒ Types::RouteMatchingOptions
Options to configure matching the provided position to the road network.
2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2233 class RouteDestinationOptions < Struct.new( :avoid_actions_for_distance, :avoid_u_turns, :heading, :matching, :side_of_street, :stop_duration) SENSITIVE = [] include Aws::Structure end |
#side_of_street ⇒ Types::RouteSideOfStreetOptions
Options to configure matching the provided position to a side of the street.
2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2233 class RouteDestinationOptions < Struct.new( :avoid_actions_for_distance, :avoid_u_turns, :heading, :matching, :side_of_street, :stop_duration) SENSITIVE = [] include Aws::Structure end |
#stop_duration ⇒ Integer
Duration of the stop.
Unit: seconds
2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 |
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2233 class RouteDestinationOptions < Struct.new( :avoid_actions_for_distance, :avoid_u_turns, :heading, :matching, :side_of_street, :stop_duration) SENSITIVE = [] include Aws::Structure end |