I have a table in my DB called cities, with id, name , country_id, lat(latitude) and lng(longitude). In my application I get the user's location, then try to find out which city is closest to the user's location so at first I did something like this:I have a table in my DB called cities, with id,