Class: Aws::GeoRoutes::Types::RoutePassThroughWaypoint

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

Overview

If the waypoint should be treated as a stop. If yes, the route is split up into different legs around the stop.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#geometry_offsetInteger

Offset in the leg geometry corresponding to the start of this step.

Returns:

  • (Integer)


3697
3698
3699
3700
3701
3702
# File 'lib/aws-sdk-georoutes/types.rb', line 3697

class RoutePassThroughWaypoint < Struct.new(
  :geometry_offset,
  :place)
  SENSITIVE = []
  include Aws::Structure
end

#placeTypes::RoutePassThroughPlace

The place details.



3697
3698
3699
3700
3701
3702
# File 'lib/aws-sdk-georoutes/types.rb', line 3697

class RoutePassThroughWaypoint < Struct.new(
  :geometry_offset,
  :place)
  SENSITIVE = []
  include Aws::Structure
end