I'm building a flutter app which should show the nearby locations of the user as a list. I have used locations plugin to find the user's location, which now returns latitude and longitude.
Is it possible using this information (lat & long) to show the nearby locations as a list, not using a map?