Class: Aws::GeoRoutes::Types::RouteMatrixDestination

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

Overview

The route destination.

Constant Summary collapse

SENSITIVE =
[:position]

Instance Attribute Summary collapse

Instance Attribute Details

#optionsTypes::RouteMatrixDestinationOptions

Destination related options. Not supported in ap-southeast-1 and ap-southeast-5 regions for GrabMaps customers.



3746
3747
3748
3749
3750
3751
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 3746

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

#positionArray<Float>

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

Returns:

  • (Array<Float>)


3746
3747
3748
3749
3750
3751
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 3746

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