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:



6021
6022
6023
6024
6025
6026
6027
6028
6029
# File 'lib/aws-sdk-georoutes/types.rb', line 6021

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)


6021
6022
6023
6024
6025
6026
6027
6028
6029
# File 'lib/aws-sdk-georoutes/types.rb', line 6021

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.



6021
6022
6023
6024
6025
6026
6027
6028
6029
# File 'lib/aws-sdk-georoutes/types.rb', line 6021

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)


6021
6022
6023
6024
6025
6026
6027
6028
6029
# File 'lib/aws-sdk-georoutes/types.rb', line 6021

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.



6021
6022
6023
6024
6025
6026
6027
6028
6029
# File 'lib/aws-sdk-georoutes/types.rb', line 6021

class SnapToRoadsResponse < Struct.new(
  :notices,
  :pricing_bucket,
  :snapped_geometry,
  :snapped_geometry_format,
  :snapped_trace_points)
  SENSITIVE = []
  include Aws::Structure
end