Skip to main content
1-Visitor
January 5, 2017
Solved

How to bind widgets to google map

  • January 5, 2017
  • 2 replies
  • 2038 views

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.

Best answer by Aanjan

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).

2 replies

22-Sapphire I
January 5, 2017

For the opacity that looks to be a bug.

Please submit that as a ticket.

Aanjan Ravi

Aanjan5-Regular MemberAnswer
5-Regular Member
January 5, 2017

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).

fmanniti1-VisitorAuthor
1-Visitor
January 9, 2017

Ok, that's what I supposed. Thank you for your answer