i am using a google map component in my app and its working fine. but i wanted to hide the map and get it to appear when i click a button. The hide works fine. using the on click change property visible the map reappears but the zoom is wrong. i tried to add another on click change property event but cannot specify a value for zoom. tried a number 14, tried a string '14' tried a local variable but when i click the button i get invalid value.
is there a format to specify the zoom or am i missing something else?
thanks in advance