Google Maps Widget zoom on click

0
Hi all, I created a grid with all the locations and i want to zoom on the maps widget overtime i click in this grid. Is it possible ? Can I create a function in the widget and call this function from a micro flow? Thanks!
asked
1 answers
0

Have a look at https://world.mendix.com/display/refguide5/Listen+To+Grid+Source. What you probably want to do is create a data view that listens to the selection of you grid. In the data view you can use the maps widget to show the location.

Every time a different row is selected, the widget retrieves a different object and will render with the location information of that object.

answered