GeoJsonCircleFeature interface

The exact type of "Circle" feature in the GeoJson format

Extends

Properties

geometry
properties

Inherited Properties

bbox

Include information on the coordinate range for its Geometries, Features, or FeatureCollections. Reference

id
type

Representing the type of this GeoJSON object, including the seven geometry type and "Feature", "FeatureCollection". Reference

Property Details

geometry

geometry: GeoJsonPoint

Property Value

properties

properties: { radius: number, subType: "Circle" }

Property Value

{ radius: number, subType: "Circle" }

Inherited Property Details

bbox

Include information on the coordinate range for its Geometries, Features, or FeatureCollections. Reference

bbox?: BBox

Property Value

Inherited From GeoJsonFeature.bbox

id

id?: string | number

Property Value

string | number

Inherited From GeoJsonFeature.id

type

Representing the type of this GeoJSON object, including the seven geometry type and "Feature", "FeatureCollection". Reference

type: "Feature"

Property Value

"Feature"

Inherited From GeoJsonFeature.type