In the database we have multiple latitude and longitude in 10 meter circle. So I need a query which will fetch only one latitude and longitude in every 10 meter radius.
I am expecting to get only one co-ordinate in every 10 meter circle. If multiple co-ordinates will be there in the database then query will only return one latest co-ordinate for every 10 meter radius.