Class: Aws::GeoRoutes::Types::Isoline
- Inherits:
-
Struct
- Object
- Struct
- Aws::GeoRoutes::Types::Isoline
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-georoutes/types.rb
Overview
Calculated isolines and associated properties.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connections ⇒ Array<Types::IsolineConnection>
Isolines may contain multiple components, if these components are connected by ferry links.
-
#distance_threshold ⇒ Integer
Distance threshold corresponding to the calculated Isoline.
-
#geometries ⇒ Array<Types::IsolineShapeGeometry>
Geometries for the Calculated isolines.
-
#time_threshold ⇒ Integer
Time threshold corresponding to the calculated isoline.
Instance Attribute Details
#connections ⇒ Array<Types::IsolineConnection>
Isolines may contain multiple components, if these components are connected by ferry links. These components are returned as separate polygons while the ferry links are returned as connections.
692 693 694 695 696 697 698 699 |
# File 'lib/aws-sdk-georoutes/types.rb', line 692 class Isoline < Struct.new( :connections, :distance_threshold, :geometries, :time_threshold) SENSITIVE = [] include Aws::Structure end |
#distance_threshold ⇒ Integer
Distance threshold corresponding to the calculated Isoline.
692 693 694 695 696 697 698 699 |
# File 'lib/aws-sdk-georoutes/types.rb', line 692 class Isoline < Struct.new( :connections, :distance_threshold, :geometries, :time_threshold) SENSITIVE = [] include Aws::Structure end |
#geometries ⇒ Array<Types::IsolineShapeGeometry>
Geometries for the Calculated isolines.
692 693 694 695 696 697 698 699 |
# File 'lib/aws-sdk-georoutes/types.rb', line 692 class Isoline < Struct.new( :connections, :distance_threshold, :geometries, :time_threshold) SENSITIVE = [] include Aws::Structure end |