Schema for the result of a geospatial query operation. For the legacy, geojson, or application/vnd.geo+json format this is a GeoJson FeatureCollection with additional metadata in foreign members.

Hierarchy

  • GeoResult

Properties

Properties

bookmark: string

Opaque bookmark token used when paginating results.

features?: export=.GeoJsonFeature[]

The array of GeoJSON Feature Objects matching the geospatial query.

The array of rows matching the geospatial query. Present only when using view format.

type?: string

Declaration of the GeoJSON type: FeatureCollection Object.

Generated using TypeDoc