Class: Aws::GeoRoutes::Types::IsolineGranularityOptions

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

Overview

Isoline granularity related options.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_pointsInteger

Maximum number of points of returned Isoline.

Returns:

  • (Integer)


1023
1024
1025
1026
1027
1028
# File 'lib/aws-sdk-georoutes/types.rb', line 1023

class IsolineGranularityOptions < Struct.new(
  :max_points,
  :max_resolution)
  SENSITIVE = []
  include Aws::Structure
end

#max_resolutionInteger

Maximum resolution of the returned isoline.

Unit: ‘centimeters`

Returns:

  • (Integer)


1023
1024
1025
1026
1027
1028
# File 'lib/aws-sdk-georoutes/types.rb', line 1023

class IsolineGranularityOptions < Struct.new(
  :max_points,
  :max_resolution)
  SENSITIVE = []
  include Aws::Structure
end