Class: Aws::GeoRoutes::Types::RoutePedestrianOptions

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

Overview

Options related to the pedestrian. Not supported in ap-southeast-1 and ap-southeast-5 regions for GrabMaps customers.

Constant Summary collapse

SENSITIVE =
[:speed]

Instance Attribute Summary collapse

Instance Attribute Details

#speedFloat

Walking speed in Kilometers per hour.

Returns:

  • (Float)


4484
4485
4486
4487
4488
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 4484

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