Point
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]
}
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]
}