Class: Aws::GeoRoutes::Types::RouteUTurnStepDetails

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

Overview

Details related to the U-turn step.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#intersectionArray<Types::LocalizedString>

Name of the intersection, if applicable to the step.

Returns:



5087
5088
5089
5090
5091
5092
5093
5094
# File 'lib/aws-sdk-georoutes/types.rb', line 5087

class RouteUTurnStepDetails < Struct.new(
  :intersection,
  :steering_direction,
  :turn_angle,
  :turn_intensity)
  SENSITIVE = []
  include Aws::Structure
end

#steering_directionString

Steering direction for the step.

Returns:

  • (String)


5087
5088
5089
5090
5091
5092
5093
5094
# File 'lib/aws-sdk-georoutes/types.rb', line 5087

class RouteUTurnStepDetails < Struct.new(
  :intersection,
  :steering_direction,
  :turn_angle,
  :turn_intensity)
  SENSITIVE = []
  include Aws::Structure
end

#turn_angleFloat

Angle of the turn.

Returns:

  • (Float)


5087
5088
5089
5090
5091
5092
5093
5094
# File 'lib/aws-sdk-georoutes/types.rb', line 5087

class RouteUTurnStepDetails < Struct.new(
  :intersection,
  :steering_direction,
  :turn_angle,
  :turn_intensity)
  SENSITIVE = []
  include Aws::Structure
end

#turn_intensityString

Intensity of the turn.

Returns:

  • (String)


5087
5088
5089
5090
5091
5092
5093
5094
# File 'lib/aws-sdk-georoutes/types.rb', line 5087

class RouteUTurnStepDetails < Struct.new(
  :intersection,
  :steering_direction,
  :turn_angle,
  :turn_intensity)
  SENSITIVE = []
  include Aws::Structure
end