Create and modify Objects & Features.
In object oriented programming, an "object" isĀ a fundamental building block that represents a real-world entity with specific properties (data) and behaviors (functions/methods).
A GeoJSON object may represent a region of space (a Geometry), a spatially bounded entity (a Feature), or a list of Features (a FeatureCollection).