Class: Aws::GeoRoutes::Types::RoadSnapSnappedTracePoint
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::RoadSnapSnappedTracePoint
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
TracePoints snapped onto the road network.
Constant Summary collapse
- SENSITIVE =
[:original_position, :snapped_position]
Instance Attribute Summary collapse
-
#confidence ⇒ Float
Confidence value for the correctness of this point match.
-
#original_position ⇒ Array<Float>
Position of the TracePoint provided within the request, at the same index.
-
#snapped_position ⇒ Array<Float>
Snapped position of the TracePoint provided within the request, at the same index.
Instance Attribute Details
#confidence ⇒ Float
Confidence value for the correctness of this point match.
1719 1720 1721 1722 1723 1724 1725 |
# File 'lib/aws-sdk-georoutes/types.rb', line 1719 class RoadSnapSnappedTracePoint < Struct.new( :confidence, :original_position, :snapped_position) SENSITIVE = [:original_position, :snapped_position] include Aws::Structure end |
#original_position ⇒ Array<Float>
Position of the TracePoint provided within the request, at the same index.
1719 1720 1721 1722 1723 1724 1725 |
# File 'lib/aws-sdk-georoutes/types.rb', line 1719 class RoadSnapSnappedTracePoint < Struct.new( :confidence, :original_position, :snapped_position) SENSITIVE = [:original_position, :snapped_position] include Aws::Structure end |
#snapped_position ⇒ Array<Float>
Snapped position of the TracePoint provided within the request, at the same index.
1719 1720 1721 1722 1723 1724 1725 |
# File 'lib/aws-sdk-georoutes/types.rb', line 1719 class RoadSnapSnappedTracePoint < Struct.new( :confidence, :original_position, :snapped_position) SENSITIVE = [:original_position, :snapped_position] include Aws::Structure end |