$point
Returns a GeoJSON formatted Point.
Options¶
longBounds
(optional) Array of longitude bounds. Default[-180, 180]
.latBounds
(optional) Array of latitude bounds. Default[-90, 90]
.
Example¶
{
"point": {
"$point": { "longBounds": [-20, -19] }
}
}
{
"point": {
"type": "Point",
"coordinates": [-19.96851, -47.46141]
}
}