I am trying to get Google Address by Reverse Geocoding by placeId not by LatLng.
Though I found its web-service -https://developers.google.com/maps/documentation/geocoding/intro#ReverseGeocoding
but in android, Geocoder does not have any function which can give me address by accepting placeId. I am using 10.0.1 version of google play services location library.
Reverse Geocoding for a Place IDwith url that url has to call using webservice(api) and you can get address in response. - Nitin Patel