import { type $geoPoint } from "https://deno.land/x/mongo@v0.31.1/src/types/geospatial.ts";
Example:
{
$geometry: { type: "Point", coordinates: [ 40, 5 ] },
}
https://www.mongodb.com/docs/manual/reference/geojson/#point
import { type $geoPoint } from "https://deno.land/x/mongo@v0.31.1/src/types/geospatial.ts";
Example:
{
$geometry: { type: "Point", coordinates: [ 40, 5 ] },
}
https://www.mongodb.com/docs/manual/reference/geojson/#point