import { type $polygon } from "https://deno.land/x/mongo@v0.31.1/src/types/geospatial.ts";
Example:
{ $polygon: [ [ 0 , 0 ], [ 3 , 6 ], [ 6 , 0 ] ] }
https://www.mongodb.com/docs/manual/reference/operator/query/polygon/#-polygon
import { type $polygon } from "https://deno.land/x/mongo@v0.31.1/src/types/geospatial.ts";
Example:
{ $polygon: [ [ 0 , 0 ], [ 3 , 6 ], [ 6 , 0 ] ] }
https://www.mongodb.com/docs/manual/reference/operator/query/polygon/#-polygon