Describe the bug
Hi!
I found that setZoom not change zoom level if it is large (no shrink).
I debug and getZoom always zero. Is this not a source bug (setAttribute vs getProperty)?
public void setZoom(int zoom) {
this.getElement().setAttribute("zoom", Integer.toString(zoom));
}
@synchronize({"google-map-idle"})
public int getZoom() {
return this.getElement().getProperty("zoom", 0);
}
Expected behavior
No response
Minimal reproducible example
No response
Add-on Version
1.13.0
Vaadin Version
24.0.5
Additional information
No response