How to use Google Geolocation API for Android app with restricted API key? As far as I know that we couldn't use restricted API key with the following API request since it is relevant to a web request.
I know that we can use inbuild Geocoder class in Android to get the reverse geolocation for given postal code. But I want to know that how we can achieve reverse geocoding with Google Geolocation API with the above format.