Skip to main content
1-Visitor
October 12, 2016
Solved

How to link markers of google map with another mashup?

  • October 12, 2016
  • 10 replies
  • 7010 views

Hi,

I have a use case where I have to display temperature on google map and when select one of the temperature it should pops up a new mashup with more information related to that selected temperature marker.
for reference please visit: WunderMap® | Interactive Weather Map and Radar | Weather Undergroundsh

I am not getting how should I link marker with mashup.

Looking for help as soon as possible.

Thanks,

Meenakshi

Best answer by PaiChung

Usually a marker on a map is from an InfoTable payload from a Service. that service will have Selected Row(s) you can use that to pass information selected/clicked to the next mashup by defining mashup parameters on the other mashup and using a Navigation Widget.

10 replies

PaiChung22-Sapphire IAnswer
22-Sapphire I
October 12, 2016

Usually a marker on a map is from an InfoTable payload from a Service. that service will have Selected Row(s) you can use that to pass information selected/clicked to the next mashup by defining mashup parameters on the other mashup and using a Navigation Widget.

magrawal1-VisitorAuthor
1-Visitor
October 13, 2016

Thanks Pai Chung​