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

# point

A **point** is a geospatial [feature](https://docs.mapbox.com/help/glossary/features/) defined by one pair of [latitude and longitude](https://docs.mapbox.com/help/glossary/lat-lon/) coordinates.

You can represent point data using a circle layer, a [symbol layer](https://docs.mapbox.com/help/glossary/symbol-layer/), or a heatmap layer.

**Related resources:**

-   Tutorial: [Add points to a style](https://docs.mapbox.com/help/tutorials/add-data-to-mapbox-style)
-   Example: [Cluster point data with GL JS](https://docs.mapbox.com/mapbox-gl-js/example/cluster/)
-   Example: [Cluster point data with Maps SDK for iOS](https://docs.mapbox.com/ios/maps/examples/clustering/)
-   Example: [Cluster point data with Maps SDK for Android](https://docs.mapbox.com/android/maps/examples/circle-layer-clustering/)