在Mapview中使纬度/经度处于地图中心

时间:2019-05-19 09:11:19

标签: android get location mapbox

我在Android Studio中有一个项目。我添加了一个Mapview来显示一个Mapbox地图。当用户触摸按钮时,我需要获取地图中心点的纬度/经度。

您能帮我解决问题吗?

非常感谢。

1 个答案:

答案 0 :(得分:3)

LatLng center = mMap.getCameraPosition().target;

这将为您提供地图中心的纬度和经度。