Point

From Tygron Support wiki
Revision as of 13:53, 15 July 2026 by Maxim@tygron.com (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A point is the most basic geometric object: it has a location but no size (no length, width, or area).

In GeoJSON, a point looks like this:

{
   "type": "Point",
   "coordinates": [102.0, 0.5]
}