Class: Aws::GeoRoutes::Types::RoadSnapTracePoint

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

Overview

TracePoint indices for which the provided notice code corresponds to.

Constant Summary collapse

SENSITIVE =
[:position]

Instance Attribute Summary collapse

Instance Attribute Details

#headingFloat

GPS Heading at the position.

Returns:

  • (Float)


1746
1747
1748
1749
1750
1751
1752
1753
# File 'lib/aws-sdk-georoutes/types.rb', line 1746

class RoadSnapTracePoint < Struct.new(
  :heading,
  :position,
  :speed,
  :timestamp)
  SENSITIVE = [:position]
  include Aws::Structure
end

#positionArray<Float>

Position defined as ‘[longitude, latitude]`.

Returns:

  • (Array<Float>)


1746
1747
1748
1749
1750
1751
1752
1753
# File 'lib/aws-sdk-georoutes/types.rb', line 1746

class RoadSnapTracePoint < Struct.new(
  :heading,
  :position,
  :speed,
  :timestamp)
  SENSITIVE = [:position]
  include Aws::Structure
end

#speedFloat

Speed at the specified trace point .

Unit: ‘KilometersPerHour`

Returns:

  • (Float)


1746
1747
1748
1749
1750
1751
1752
1753
# File 'lib/aws-sdk-georoutes/types.rb', line 1746

class RoadSnapTracePoint < Struct.new(
  :heading,
  :position,
  :speed,
  :timestamp)
  SENSITIVE = [:position]
  include Aws::Structure
end

#timestampString

Timestamp of the event.

Returns:

  • (String)


1746
1747
1748
1749
1750
1751
1752
1753
# File 'lib/aws-sdk-georoutes/types.rb', line 1746

class RoadSnapTracePoint < Struct.new(
  :heading,
  :position,
  :speed,
  :timestamp)
  SENSITIVE = [:position]
  include Aws::Structure
end