vue-amap icon indicating copy to clipboard operation
vue-amap copied to clipboard

取地图当前的zoom

Open rentie-github opened this issue 6 years ago • 1 comments

怎么取到地图当前的zoom呢

rentie-github avatar Nov 28 '18 08:11 rentie-github

zoomchange: () => { const zoom = this.$refs.map.$$getInstance().getZoom(); console.log(zoom); }

code-admin avatar Mar 14 '20 09:03 code-admin