如何在Google最新发布的“ Places sdk”中获取Places AutocompletePredictions结果?

时间:2019-03-05 18:13:53

标签: android api dictionary gradle google-places

以不推荐的依赖关系调试应用程序时,显示

  

AutocompletePredictionBuffer {status =状态{statusCode = CANCELED,分辨率=空}}

我尝试了几种有关API密钥的解决方案。我的API密钥运行正常。我使用了以下依赖项。旧的现在不工作。但是,当我将新发布的库用于GEO_DATA_API个地方时,找不到。

那么如何使用更新的库获取AutocompletePredictions结果?

dependencies {
    implementation 'com.google.android.gms:play-services:12.0.1' // Old version
    implementation 'com.google.android.libraries.places:places:1.0.0' // Updated version
}

After debugging this returns in android studio

0 个答案:

没有答案