Class: Aws::GeoRoutes::Types::RouteWaypoint

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

Overview

Waypoint between the Origin and Destination.

Constant Summary collapse

SENSITIVE =
[:position]

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)


5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5973

class RouteWaypoint < Struct.new(
  :avoid_actions_for_distance,
  :avoid_u_turns,
  :heading,
  :matching,
  :pass_through,
  :position,
  :side_of_street,
  :stop_duration)
  SENSITIVE = [:position]
  include Aws::Structure
end

#avoid_u_turnsBoolean

Avoid U-turns for calculation on highways and motorways.

Returns:

  • (Boolean)


5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5973

class RouteWaypoint < Struct.new(
  :avoid_actions_for_distance,
  :avoid_u_turns,
  :heading,
  :matching,
  :pass_through,
  :position,
  :side_of_street,
  :stop_duration)
  SENSITIVE = [:position]
  include Aws::Structure
end

#headingFloat

GPS Heading at the position.

Returns:

  • (Float)


5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5973

class RouteWaypoint < Struct.new(
  :avoid_actions_for_distance,
  :avoid_u_turns,
  :heading,
  :matching,
  :pass_through,
  :position,
  :side_of_street,
  :stop_duration)
  SENSITIVE = [:position]
  include Aws::Structure
end

#matchingTypes::RouteMatchingOptions

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



5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5973

class RouteWaypoint < Struct.new(
  :avoid_actions_for_distance,
  :avoid_u_turns,
  :heading,
  :matching,
  :pass_through,
  :position,
  :side_of_street,
  :stop_duration)
  SENSITIVE = [:position]
  include Aws::Structure
end

#pass_throughBoolean

If the waypoint should not be treated as a stop. If yes, the waypoint is passed through and doesn't split the route into different legs.

Returns:

  • (Boolean)


5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5973

class RouteWaypoint < Struct.new(
  :avoid_actions_for_distance,
  :avoid_u_turns,
  :heading,
  :matching,
  :pass_through,
  :position,
  :side_of_street,
  :stop_duration)
  SENSITIVE = [:position]
  include Aws::Structure
end

#positionArray<Float>

Position defined as [longitude, latitude].

Returns:

  • (Array<Float>)


5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5973

class RouteWaypoint < Struct.new(
  :avoid_actions_for_distance,
  :avoid_u_turns,
  :heading,
  :matching,
  :pass_through,
  :position,
  :side_of_street,
  :stop_duration)
  SENSITIVE = [:position]
  include Aws::Structure
end

#side_of_streetTypes::RouteSideOfStreetOptions

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



5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5973

class RouteWaypoint < Struct.new(
  :avoid_actions_for_distance,
  :avoid_u_turns,
  :heading,
  :matching,
  :pass_through,
  :position,
  :side_of_street,
  :stop_duration)
  SENSITIVE = [:position]
  include Aws::Structure
end

#stop_durationInteger

Duration of the stop.

Unit: seconds

Returns:

  • (Integer)


5973
5974
5975
5976
5977
5978
5979
5980
5981
5982
5983
5984
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5973

class RouteWaypoint < Struct.new(
  :avoid_actions_for_distance,
  :avoid_u_turns,
  :heading,
  :matching,
  :pass_through,
  :position,
  :side_of_street,
  :stop_duration)
  SENSITIVE = [:position]
  include Aws::Structure
end