Class: Aws::GeoRoutes::Types::SnapToRoadsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::SnapToRoadsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#notices ⇒ Array<Types::RoadSnapNotice>
Notices are additional information returned that indicate issues that occurred during route calculation.
-
#pricing_bucket ⇒ String
The pricing bucket for which the query is charged at.
-
#snapped_geometry ⇒ Types::RoadSnapSnappedGeometry
The interpolated geometry for the snapped route onto the road network.
-
#snapped_geometry_format ⇒ String
Specifies the format of the geometry returned for each leg of the route.
-
#snapped_trace_points ⇒ Array<Types::RoadSnapSnappedTracePoint>
The trace points snapped onto the road network.
Instance Attribute Details
#notices ⇒ Array<Types::RoadSnapNotice>
Notices are additional information returned that indicate issues that occurred during route calculation.
6036 6037 6038 6039 6040 6041 6042 6043 6044 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6036 class SnapToRoadsResponse < Struct.new( :notices, :pricing_bucket, :snapped_geometry, :snapped_geometry_format, :snapped_trace_points) SENSITIVE = [] include Aws::Structure end |
#pricing_bucket ⇒ String
The pricing bucket for which the query is charged at.
6036 6037 6038 6039 6040 6041 6042 6043 6044 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6036 class SnapToRoadsResponse < Struct.new( :notices, :pricing_bucket, :snapped_geometry, :snapped_geometry_format, :snapped_trace_points) SENSITIVE = [] include Aws::Structure end |
#snapped_geometry ⇒ Types::RoadSnapSnappedGeometry
The interpolated geometry for the snapped route onto the road network.
6036 6037 6038 6039 6040 6041 6042 6043 6044 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6036 class SnapToRoadsResponse < Struct.new( :notices, :pricing_bucket, :snapped_geometry, :snapped_geometry_format, :snapped_trace_points) SENSITIVE = [] include Aws::Structure end |
#snapped_geometry_format ⇒ String
Specifies the format of the geometry returned for each leg of the route.
6036 6037 6038 6039 6040 6041 6042 6043 6044 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6036 class SnapToRoadsResponse < Struct.new( :notices, :pricing_bucket, :snapped_geometry, :snapped_geometry_format, :snapped_trace_points) SENSITIVE = [] include Aws::Structure end |
#snapped_trace_points ⇒ Array<Types::RoadSnapSnappedTracePoint>
The trace points snapped onto the road network.
6036 6037 6038 6039 6040 6041 6042 6043 6044 |
# File 'lib/aws-sdk-georoutes/types.rb', line 6036 class SnapToRoadsResponse < Struct.new( :notices, :pricing_bucket, :snapped_geometry, :snapped_geometry_format, :snapped_trace_points) SENSITIVE = [] include Aws::Structure end |