Class: Aws::GeoRoutes::Types::WaypointOptimizationPedestrianOptions

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

Overview

Options related to a pedestrian.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#speedFloat

Walking speed.

Unit: ‘KilometersPerHour`

Returns:

  • (Float)


6453
6454
6455
6456
6457
# File 'lib/aws-sdk-georoutes/types.rb', line 6453

class WaypointOptimizationPedestrianOptions < Struct.new(
  :speed)
  SENSITIVE = []
  include Aws::Structure
end