To find the nearby location , you can use the Geocoder Class.Since you have the Geopoints(latitude and longitude), Reverse geocoding can be used.
Reverse Geocoding is the process of transforming a (latitude, longitude) coordinate into a (partial) address.
Check out this for more information.