Android Placepicker 2019

时间:2019-08-08 14:02:36

标签: android google-maps google-maps-android-api-2

Android Placepicker is deprecated since last month。如何使用“新” Google Maps Platform(API)获取或构建简单的经/纬度坐标(位置)选取器?

2 个答案:

答案 0 :(得分:2)

这是一个代码实验室,可用于通过附近的Places查询从头开始构建地点选择器:

https://codelabs.developers.google.com/codelabs/location-places-android/

答案 1 :(得分:0)

这就是我所做的。

我已经使用本教程来实现mapView。

CodeLab教程链接:https://codelabs.developers.google.com/codelabs/location-places-android/

但是上面的代码实验室不允许用户在地图上移动/拖动标记或选择确定的位置。它仅列出用户当前位置附近的所有地点。

链接到我的解决方案:[SOLVED]How to Implement Place Picker in Android App after Deprecation of previous Maps SDK

使用我的实现,

  • 用户可以使mapView正常工作
  • 用户可以按按钮来定位其当前位置
  • 用户可以长按红色标记以在地图上移动
  • 点击mapView下面的按钮,它将返回标记放置位置的确切坐标。