Point

From Tygron Support wiki
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] }