Options
All
  • Public
  • Public/Protected
  • All
Menu

GeoJSON Geometry.

example

{"type":"Point","coordinates":[10.74609,59.91273]}

Hierarchy

  • DocumentGeoJsonGeometry

Index

Properties

Optional coordinates

coordinates: number[] | number[][] | number[][][] | (number[] & number[][] & number[][][])

Coordinates of the geometry.

Optional geometries

List of geometries for a GeometryCollection. Nested GeometryCollection is not supported

type

type: string

Type of the GeoJSON Geometry. When filtering there is a limit of specifying up to 100 positions in the data.

example

Point