> For the complete documentation index, see [llms.txt](https://docs.mapbox.com/help/ja/llms.txt)

# feature

A geospatial **feature** is an individual (or in some cases, a group of) [points](https://docs.mapbox.com/help/ja/glossary/point/), [lines](https://docs.mapbox.com/help/ja/glossary/line/), or [polygons](https://docs.mapbox.com/help/ja/glossary/polygon/) in a [dataset](https://docs.mapbox.com/help/ja/glossary/dataset/) or in a [tileset](https://docs.mapbox.com/help/ja/glossary/tileset/). These points, lines, and polygons represent an entity in the real world, such as a landmark, a road, or a park.

Each feature is defined by its geometry and properties:

-   **Geometry:** The shape and the location of each feature.
-   **Properties:** This can contain any JSON object. Some examples of common properties, often known as metadata, include `title` and `description`.

**Related resources:**

-   [Feature querying](https://docs.mapbox.com/help/ja/glossary/feature-querying/)
-   Getting started: [Create new data](https://docs.mapbox.com/help/ja/dive-deeper/creating-data/)