I've been looking for a way to accomplish v-model of rectangle bounds however unlike other components, I can set the initial bounds of a given Google Maps Rectangle component via north, south, east & west however it's not possible to model these properties inside an input in order to ultimately accomplish two-way binding of the north, south, east & west properties of the Google Maps Rectangle.
Below is what is returned when adjusting the bounds of a Google Map Rectangle component:
Any advice of examples on how to accomplish this would be greatly appreciated.
Hi there,
I've been looking for a way to accomplish v-model of rectangle bounds however unlike other components, I can set the initial bounds of a given Google Maps Rectangle component via north, south, east & west however it's not possible to model these properties inside an input in order to ultimately accomplish two-way binding of the north, south, east & west properties of the Google Maps Rectangle.
Below is what is returned when adjusting the bounds of a Google Map Rectangle component:
Any advice of examples on how to accomplish this would be greatly appreciated.