I want to fetch the area under 5KM of my latitude and longitude using mysql. I used the following code but it infact stop showing the point at my exact co-ordinates.
and (acos(sin(1.3963) * sin(field_latitude_value) + cos(1.3963) * cos(field_latitude_value) * cos(field_longitude_value - (-0.6981))) * 6371 <= 5)
I got the code after google search. Please assist me if anyone know the clue.