Class: Aws::GeoRoutes::Types::RouteMatrixDestinationOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-georoutes/types.rb

Overview

Options related to the destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#avoid_actions_for_distanceInteger

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.

Returns:

  • (Integer)


3163
3164
3165
3166
3167
3168
3169
3170
# File 'lib/aws-sdk-georoutes/types.rb', line 3163

class RouteMatrixDestinationOptions < Struct.new(
  :avoid_actions_for_distance,
  :heading,
  :matching,
  :side_of_street)
  SENSITIVE = []
  include Aws::Structure
end

#headingFloat

GPS Heading at the position.

Returns:

  • (Float)


3163
3164
3165
3166
3167
3168
3169
3170
# File 'lib/aws-sdk-georoutes/types.rb', line 3163

class RouteMatrixDestinationOptions < Struct.new(
  :avoid_actions_for_distance,
  :heading,
  :matching,
  :side_of_street)
  SENSITIVE = []
  include Aws::Structure
end

#matchingTypes::RouteMatrixMatchingOptions

Options to configure matching the provided position to the road network.



3163
3164
3165
3166
3167
3168
3169
3170
# File 'lib/aws-sdk-georoutes/types.rb', line 3163

class RouteMatrixDestinationOptions < Struct.new(
  :avoid_actions_for_distance,
  :heading,
  :matching,
  :side_of_street)
  SENSITIVE = []
  include Aws::Structure
end

#side_of_streetTypes::RouteMatrixSideOfStreetOptions

Options to configure matching the provided position to a side of the street.



3163
3164
3165
3166
3167
3168
3169
3170
# File 'lib/aws-sdk-georoutes/types.rb', line 3163

class RouteMatrixDestinationOptions < Struct.new(
  :avoid_actions_for_distance,
  :heading,
  :matching,
  :side_of_street)
  SENSITIVE = []
  include Aws::Structure
end