How To Set Language For Google Place Details Result In Android?
I want to set the language in which the results of Google Places API will be presented. I want the result I could get using this url: https://maps.googleapis.com/maps/api/place/det
Solution 1:
Unfortunately we can't set language on the Places API for Android. The best way to go with this is to call the Places Details API. The resource has an optional language
parameter to indicate the language of the response.
More information are shown here for the list of supported languages.
Post a Comment for "How To Set Language For Google Place Details Result In Android?"