Skip to main content

GeoJSONFeature

An object that links a geometry to properties in order to provide context.

type GeoJSONFeature implements GeoJSONInterface {
type: GeoJSONType!
crs: GeoJSONCoordinateReferenceSystem
bbox: [Float]
geometry: GeoJSONGeometryInterface
properties: JSONObject
place_name: String
text: String
id: String
}

Fields#

type (GeoJSONType!)#

crs (GeoJSONCoordinateReferenceSystem)#

bbox ([Float])#

geometry (GeoJSONGeometryInterface)#

properties (JSONObject)#

place_name (String)#

text (String)#

id (String)#

Interfaces#

GeoJSONInterface#