Hi!I found that setZoom not change zoom level if it is large (no

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);
}


Hello, I think setZoom might be wrong and should use setProperty. Could it be possible for you to create an issue in the Github repo so we can investigate the problem?

Regards.

The fix for reported issue was released in version 2.0.0.