Options
All
  • Public
  • Public/Protected
  • All
Menu

Schema for a GeoJSON feature object. Note that the content of the feature objects varies depending on the response format chosen and whether the include_docs parameter is true.

Hierarchy

  • GeoJsonFeature

Indexable

[propName: string]: any

GeoJsonFeature accepts additional properties.

Index

Properties

_id?: string

Schema for a document ID.

_rev?: string

Schema for a document revision identifier.

bbox?: number[]

Schema for a GeoJSON bounding box.

Schema for a GeoJSON geometry object.

properties?: export=.JsonObject

Schema for the properties of a GeoJSON feature object.

type: string

Declaration of the GeoJSON type: Feature Object.

Generated using TypeDoc