Class: Aws::GeoRoutes::Types::RouteTollPaymentSite

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

Overview

Locations or sites where the toll fare is collected.

Constant Summary collapse

SENSITIVE =
[:position]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

Name of the payment site.

Returns:

  • (String)


4608
4609
4610
4611
4612
4613
# File 'lib/aws-sdk-georoutes/types.rb', line 4608

class RouteTollPaymentSite < Struct.new(
  :name,
  :position)
  SENSITIVE = [:position]
  include Aws::Structure
end

#positionArray<Float>

Position defined as ‘[longitude, latitude]`.

Returns:

  • (Array<Float>)


4608
4609
4610
4611
4612
4613
# File 'lib/aws-sdk-georoutes/types.rb', line 4608

class RouteTollPaymentSite < Struct.new(
  :name,
  :position)
  SENSITIVE = [:position]
  include Aws::Structure
end