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

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

Overview

TracePoint indices for which the provided notice code corresponds to.

Constant Summary collapse

SENSITIVE =
[:heading, :position, :speed, :timestamp]

Instance Attribute Summary collapse

Instance Attribute Details

#headingFloat

GPS Heading at the position.

Returns:

  • (Float)


2240
2241
2242
2243
2244
2245
2246
2247
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2240

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

#positionArray<Float>

Position in World Geodetic System (WGS 84) format: [longitude, latitude].

Returns:

  • (Array<Float>)


2240
2241
2242
2243
2244
2245
2246
2247
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2240

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

#speedFloat

Speed at the specified trace point .

Unit: kilometers per hour

Returns:

  • (Float)


2240
2241
2242
2243
2244
2245
2246
2247
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2240

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

#timestampString

Timestamp of the event.

Returns:

  • (String)


2240
2241
2242
2243
2244
2245
2246
2247
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2240

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