In my android app, I find the address of locations using Geocoder.getFromLocation(). I can get an Address object and get the address lines of an ad
Geocoder.getFromLocation()
Address
Now it is impossible with this API only. But you can use Geocoder with latitude and longitude from Place object