Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mongo/src/types/geospatial.ts>$geoAny

MongoDB driver for Deno
Extremely Popular
Go to Latest
type alias $geoAny
import { type $geoAny } from "https://deno.land/x/mongo@v0.31.1/src/types/geospatial.ts";

Example:

{
   $geometry: GeometryObject, // any GeoJSON object
}
definition: GeoJsonOperators<GeometryObject>