$center
Specifies a circle using legacy coordinate pairs for $geoWithin queries, defining a circle for geospatial query on a flat, Euclidean plane.
Syntax
{ $geoWithin: { $center: [ [<x>, <y>], <radius> ] } }
Parameters
x
numberrequiredThe x-coordinate of the circle's center point
y
numberrequiredThe y-coordinate of the circle's center point
radius
numberrequiredThe radius of the circle in the same units as the coordinates