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
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
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