Skip to main content
1-Visitor
July 11, 2019
Question

Screen call from map

  • July 11, 2019
  • 1 reply
  • 708 views

Hi all,

 

I would like to know if there are possibility to change my screen from a click on marker on my map

 

I have a map in my mashup and there is one marker.

 

I want to insert other marker and when I click in other marker my mashup change to other mashup like if the marker was a function "go to display button"

 

Regards,

Leonardo.

1 reply

5-Regular Member
July 12, 2019

You need to assign an infotable to the Map, so you can include a MashupName Column in this infotable, and when you select a Maker in the Mashup, surely you can navigate to a new mashup.

 

You can put the Map in left side, and bind the selectedRow MashupName property to the ContainedMashup widget on the right, making the Map work as a Menu;

 

Or you can assign the selectedRow MashupName property to a Navigate widget, and bind some event to trigger the widget.