Android Placepicker is deprecated since last month。如何使用“新” Google Maps Platform(API)获取或构建简单的经/纬度坐标(位置)选取器?
答案 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
使用我的实现,