I've seen that some Google map widget properties are bindable but I don't understand how.
I want to bind a checkbox to "Show region" property so that I can choose runtime weather show or not my regions; or I want to bind a slider to the opacity in order to change the opacity of the region while runtime.
The thing is, if I change the value of the widget, nothing happens on the google widget unless I refresh the page.
Solved! Go to Solution.
Fabio, I don't believe you see the changes getting reflected immediately at runtime. The map is usually drawn when the page loads initially, and won't reflect any changes until it gets redrawn (which is usually a page reload or navigating away and coming back).
Fabio, I don't believe you see the changes getting reflected immediately at runtime. The map is usually drawn when the page loads initially, and won't reflect any changes until it gets redrawn (which is usually a page reload or navigating away and coming back).
Ok, that's what I supposed. Thank you for your answer