Class: Aws::GeoRoutes::Types::SnapToRoadsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#noticesArray<Types::RoadSnapNotice>

Notices are additional information returned that indicate issues that occurred during route calculation.

Returns:



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_bucketString

The pricing bucket for which the query is charged at.

Returns:

  • (String)


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_geometryTypes::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_formatString

Specifies the format of the geometry returned for each leg of the route.

Returns:

  • (String)


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_pointsArray<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