Is it possible get the updated zoom value ? does the component emit it?
I have a use case where i want to display certain markers based on how far it's zoomed in. I wanted to use v-if based on zoom value but changing the zoom does not update the zoom parameter. Is there a way to do this?
Is it possible get the updated zoom value ? does the component emit it?
I have a use case where i want to display certain markers based on how far it's zoomed in. I wanted to use v-if based on zoom value but changing the zoom does not update the zoom parameter. Is there a way to do this?
Edit: I've tried this:
but it does not work