Share via


GeoJsonGeometryParent interface

A valid GeoJSON geometry object. The type must be one of the seven valid GeoJSON geometry types - Point, MultiPoint, LineString, MultiLineString, Polygon, MultiPolygon and GeometryCollection. Please refer to RFC 7946 for details.

Extends

Properties

type

Property Details

type

type: "MultiPoint" | "GeoJsonGeometry" | "MultiPolygon" | "Point" | "LineString" | "MultiLineString" | "Polygon" | "GeometryCollection"

Property Value

"MultiPoint" | "GeoJsonGeometry" | "MultiPolygon" | "Point" | "LineString" | "MultiLineString" | "Polygon" | "GeometryCollection"