Class: Aws::GeoRoutes::Types::IsolineOriginOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::IsolineOriginOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Options for the property.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#avoid_actions_for_distance ⇒ Integer
Avoids actions for the provided distance.
-
#heading ⇒ Float
GPS Heading at the position.
-
#matching ⇒ Types::IsolineMatchingOptions
Options to configure matching the provided position to the road network.
-
#side_of_street ⇒ Types::IsolineSideOfStreetOptions
Options to configure matching the provided position to a side of the street.
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.
1094 1095 1096 1097 1098 1099 1100 1101 |
# File 'lib/aws-sdk-georoutes/types.rb', line 1094 class IsolineOriginOptions < Struct.new( :avoid_actions_for_distance, :heading, :matching, :side_of_street) SENSITIVE = [] include Aws::Structure end |
#heading ⇒ Float
GPS Heading at the position.
1094 1095 1096 1097 1098 1099 1100 1101 |
# File 'lib/aws-sdk-georoutes/types.rb', line 1094 class IsolineOriginOptions < Struct.new( :avoid_actions_for_distance, :heading, :matching, :side_of_street) SENSITIVE = [] include Aws::Structure end |
#matching ⇒ Types::IsolineMatchingOptions
Options to configure matching the provided position to the road network.
1094 1095 1096 1097 1098 1099 1100 1101 |
# File 'lib/aws-sdk-georoutes/types.rb', line 1094 class IsolineOriginOptions < Struct.new( :avoid_actions_for_distance, :heading, :matching, :side_of_street) SENSITIVE = [] include Aws::Structure end |
#side_of_street ⇒ Types::IsolineSideOfStreetOptions
Options to configure matching the provided position to a side of the street.
1094 1095 1096 1097 1098 1099 1100 1101 |
# File 'lib/aws-sdk-georoutes/types.rb', line 1094 class IsolineOriginOptions < Struct.new( :avoid_actions_for_distance, :heading, :matching, :side_of_street) SENSITIVE = [] include Aws::Structure end |