PointFeature
idstring
Feature identifier
typestringrequired
Possible values: [Feature]
geometryobjectrequired
GeoJSON geometry
properties object
labelstring
Point label
PointFeature
{
"id": "string",
"type": "Feature",
"geometry": {},
"properties": {
"label": "string"
}
}