Point
GeoJSon geometry
| Element | Description | Type | Mandatory |
|---|---|---|---|
| type | Can be one of the following values: Point, LineString, Polygon, MultiPoint, MultiLineString, MultiPolygon | string | yes |
| coordinates | point2D | number | no |
Table 11: Point Model elements
Example
| “coordinates”: [ 3.91913852, 51.6503144 ] |
|---|