How to set language for Google Place Details result in android?

后端 未结 1 1019
小鲜肉
小鲜肉 2021-01-19 07:22

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         


        
相关标签:
1条回答
  • 2021-01-19 07:47

    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.

    0 讨论(0)
提交回复
热议问题