Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
We are able to show multiples location on google map in mashup. Supoose we have 10 location. It contains
group A of 7 locations and group B type 3 locations. If user search group A it should show 7 locations. Please
help.
Suppose you have two Thing Properties with INFOTABLE basetype, you could put each of the two Groups of Locations in each property(3 locations in property A, 7 locations in property B).
Then suppose you add a list widget in mashup with Group A and Group B displayed, then when selectedRowsChanged, you pass "Group A" or "Group B" to a service, and in this service you return a location INFOTABLE property according to the pass value "Group A" or "Group B". Finally you bind the returned Data of your service to the Data of your Google Map, and set LocationField accordingly.
Hope this helps,
Br,
Anna