【问题标题】:Is there a ZoomIn and ZoomOut method Google Maps V3是否有 ZoomIn 和 ZoomOut 方法 Google Maps V3
【发布时间】:2011-11-30 23:55:07
【问题描述】:

我创建了一个自定义缩放控件,并希望在单击时放大和缩小...我可以访问 Google v3 API 中默认为 zoomIn 和 zoomOut 的方法吗?

【问题讨论】:

    标签: android google-maps-api-3


    【解决方案1】:

    不,没有这样的功能。你只需拨打map.setZoom()

    map.setZoom(map.getZoom() + 1); // zoom in
    map.setZoom(map.getZoom() - 1); // zoom out
    

    【讨论】:

      猜你喜欢
      • 2019-12-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2012-09-06
      • 2012-07-17
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多