不推荐使用PlacePicker.getPlace()

时间:2016-05-05 08:45:45

标签: android google-places-api google-places

我正在尝试开发基于google place API的应用程序。当我尝试使用

Place place=PlacePicker.getPlace(data,this);

显示已弃用getPlace()的错误。 请提出解决方案。 提前谢谢!

1 个答案:

答案 0 :(得分:45)

documentation

  

此方法已弃用。
  请改用getPlace(Context, Intent)

您也应该在Android Studio中找到此信息。