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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-georoutes/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)


5303
5304
5305
5306
5307
5308
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5303

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

#positionArray<Float>

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

Returns:

  • (Array<Float>)


5303
5304
5305
5306
5307
5308
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 5303

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