GeoObject
typeType (string)
Default value:
Point
coordinatesarrayrequired
Possible values: >= 2
, <= 2
formatFormat (string)
Possible values: [EPSG:2154
, EPSG:4326
]
Default value:
EPSG:2154
GeoObject
{
"type": "Point",
"coordinates": [
null
],
"format": "EPSG:2154"
}