ElasticGraph Query API: Geographic Filtering
The GeoLocation
type supports a special predicate:
near
- Matches records where the field’s geographic location is within a specified distance
from the location identified by
latitude
andlongitude
.Will be ignored when
null
or an empty object is passed.