gpt4 book ai didi

android - 如何在 com.google.android.libraries.places :places: 中设置语言限制

转载 作者:行者123 更新时间:2023-11-30 05:00:04 26 4
gpt4 key购买 nike

我正在设置这个新的 google places api --> com.google.android.libraries.places:places:1.1.0但我找不到为此 api 提供的结果设置语言。

当我输入一些关键字时,它仅在少数几个关键字中以本地语言“印地语”(印度语)显示结果,但通常它显示正常的英语结果。

有以下关键字显示印地语结果:-

关键字:“Rohini Sector 11”

输出:244,在 G3S CINEMA HALL 后面,सेक्टर 11, रोहिणी, दिल्ली 110085, दिल्ली, India

  FindAutocompletePredictionsRequest.
FindAutocompletePredictionsRequest request =
FindAutocompletePredictionsRequest.builder()
// Call either setLocationBias() OR setLocationRestriction().
//.setLocationBias(bounds)
.setCountry("IN")
.setTypeFilter(TypeFilter.REGIONS)
.setSessionToken(token)
.setQuery(constraint.toString())
.build();

Task<FindAutocompletePredictionsResponse> autocompletePredictions = placesClient.findAutocompletePredictions(request);

我希望此 api 的输出如下:

关键字:“Rohini Sector 11”

输出:244,在 G3S CINEMA HALL 后面,Sector 11, Rohini, Delhi 110085, Delhi, India

最佳答案

目前看来这是不可能的,但在 Google 的问题跟踪器中有这方面的功能请求,我建议加注星标以提高知名度并订阅 future 的通知:

https://issuetracker.google.com/issues/35830937
https://issuetracker.google.com/issues/63829150

希望这对您有所帮助!

关于android - 如何在 com.google.android.libraries.places :places: 中设置语言限制,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58409098/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com