Since I needed a very rough estimate, so to filter out some needless documents in an elasticsearch query, I employed the below formula:
Min.lat = Given.Lat - (0.009 x N)
Max.lat = Given.Lat + (0.009 x N)
Min.lon = Given.lon - (0.009 x N)
Max.lon = Given.lon + (0.009 x N)
N = kms required form the given location. For your case N=10
Not accurate but handy.