diegoazh / gmap-vue

A wrapper component for consuming Google Maps API built on top of Vue. Fork of the popular vue-google-maps plugin.
https://diegoazh.github.io/gmap-vue/
173 stars 51 forks source link

Need help on: how to hide the drawing-control and set drawingMode by myself #235

Closed ShenWinnie closed 2 years ago

ShenWinnie commented 2 years ago
<gmap-drawing-manager
  position="TOP_CENTER"
  :rectangle-options="rectangleOptions"
  :circle-options="circleOptions"
  :polyline-options="polylineOptions"
  :shapes="[]"
/>

and no props to hide hide the drawing-control and set drawingMode by myself

close-issue-app[bot] commented 2 years ago

This issue is closed because it does not meet our issue template. Please read it.