Class: Aws::GeoRoutes::Types::RoutePassThroughWaypoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RoutePassThroughWaypoint
- 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
-
#geometry_offset ⇒ Integer
Offset in the leg geometry corresponding to the start of this step.
-
#place ⇒ Types::RoutePassThroughPlace
The place details.
Instance Attribute Details
#geometry_offset ⇒ Integer
Offset in the leg geometry corresponding to the start of this step.
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 |
#place ⇒ Types::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 |