Class: Aws::GeoRoutes::Types::RouteMatrixAutoCircle

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

Overview

Provides the circle that was used while calculating the route.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#marginInteger

The margin provided for the calculation.

Returns:

  • (Integer)


2896
2897
2898
2899
2900
2901
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2896

class RouteMatrixAutoCircle < Struct.new(
  :margin,
  :max_radius)
  SENSITIVE = []
  include Aws::Structure
end

#max_radiusInteger

The maximum size of the radius provided for the calculation.

Returns:

  • (Integer)


2896
2897
2898
2899
2900
2901
# File 'gems/aws-sdk-georoutes/lib/aws-sdk-georoutes/types.rb', line 2896

class RouteMatrixAutoCircle < Struct.new(
  :margin,
  :max_radius)
  SENSITIVE = []
  include Aws::Structure
end