Class: Aws::LocationService::Types::TrackingFilterGeometry

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

Overview

The geomerty used to filter device positions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#polygonArray<Array<Array<Float>>>

The set of arrays which define the polygon. A polygon can have between 4 and 1000 vertices.

Returns:

  • (Array<Array<Array<Float>>>)


6132
6133
6134
6135
6136
# File 'gems/aws-sdk-locationservice/lib/aws-sdk-locationservice/types.rb', line 6132

class TrackingFilterGeometry < Struct.new(
  :polygon)
  SENSITIVE = []
  include Aws::Structure
end