Class: Aws::GeoRoutes::Types::RouteRoundaboutExitStepDetails

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

Overview

Details about the roundabout 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:



4257
4258
4259
4260
4261
4262
4263
4264
# File 'lib/aws-sdk-georoutes/types.rb', line 4257

class RouteRoundaboutExitStepDetails < Struct.new(
  :intersection,
  :relative_exit,
  :roundabout_angle,
  :steering_direction)
  SENSITIVE = []
  include Aws::Structure
end

#relative_exitInteger

Exit to be taken.

Returns:

  • (Integer)


4257
4258
4259
4260
4261
4262
4263
4264
# File 'lib/aws-sdk-georoutes/types.rb', line 4257

class RouteRoundaboutExitStepDetails < Struct.new(
  :intersection,
  :relative_exit,
  :roundabout_angle,
  :steering_direction)
  SENSITIVE = []
  include Aws::Structure
end

#roundabout_angleFloat

Angle of the roundabout.

Returns:

  • (Float)


4257
4258
4259
4260
4261
4262
4263
4264
# File 'lib/aws-sdk-georoutes/types.rb', line 4257

class RouteRoundaboutExitStepDetails < Struct.new(
  :intersection,
  :relative_exit,
  :roundabout_angle,
  :steering_direction)
  SENSITIVE = []
  include Aws::Structure
end

#steering_directionString

Steering direction for the step.

Returns:

  • (String)


4257
4258
4259
4260
4261
4262
4263
4264
# File 'lib/aws-sdk-georoutes/types.rb', line 4257

class RouteRoundaboutExitStepDetails < Struct.new(
  :intersection,
  :relative_exit,
  :roundabout_angle,
  :steering_direction)
  SENSITIVE = []
  include Aws::Structure
end