Considering the following document, I want to query only documents that have current location within 1mile of destination location.
{
current_location: {
lat: 34.0583,
lon: -118.2476
},
destination_location: {
lat: 33.989521,
lon: -117.531614
}
}