Class: Aws::GeoRoutes::Types::IsolineGranularityOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::IsolineGranularityOptions
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Isoline granularity related options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_points ⇒ Integer
Maximum number of points of returned Isoline.
-
#max_resolution ⇒ Integer
Maximum resolution of the returned isoline.
Instance Attribute Details
#max_points ⇒ Integer
Maximum number of points of returned Isoline.
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_resolution ⇒ Integer
Maximum resolution of the returned isoline.
Unit: ‘centimeters`
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 |