如何通过双击或捏缩放中心谷歌地图中心

时间:2015-06-03 13:33:26

标签: android google-maps pinchzoom

当我通过双击或捏合缩放地图时,当前的中心点会发生变化。

我希望在缩放时将地图中心点保持在其位置。

我尝试过OnCameraChageListener但是会定期调用它,

LatLngBounds bounds =
             googleMap.getProjection().getVisibleRegion().latLngBounds;
             googleMap.moveCamera(CameraUpdateFactory.newLatLngBounds(bounds,
             mapLayout.getWidth(), mapLayout.getHeight(), 0));

地图陷入困境。所以它的方法不正确

任何人都有解决方案吗?

1 个答案:

答案 0 :(得分:0)

试一下

<!DOCTYPE html>
<html>
  <head>
  <title><%= title %></title>
  <meta name="description" content="<%= metaDescription %>">