<GmapMap
ref="map"
style="..."
:center="..."
:zoom="..."
:options="..."
>
<CustomControl position="TOP_CENTER">
<button @click="method">Example</button>
</CustomControl>
</GmapMap>Prop position:
- is optional
- defaults to
"TOP_CENTER" - must be a string as in control positions.