GeoJsonObjectParent interface

A valid GeoJSON object. Please refer to RFC 7946 for details.

Properties

type

Property Details

type

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

Property Value

"Feature" | "FeatureCollection" | "GeometryCollection" | "GeoJsonGeometry" | "MultiPoint" | "MultiPolygon" | "Point" | "LineString" | "MultiLineString" | "Polygon" | "GeoJsonObject"