Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 576 Bytes

File metadata and controls

16 lines (11 loc) · 576 Bytes

ObservationWithinQuery

The polygon within which to search for Geotime Tracks. The polygon must be structured in the following manner:

  1. It must be closed. That is, the first and last point in the list of points must be the same.
  2. There must be a minimum of 4 points including the equal first and last points.
  3. The points must be listed in a counter-clockwise manner.

Type

List[GeoPoint]

[Back to Model list] [Back to API list] [Back to README]