I’m having some trouble with the Google Maps field. Here’s what I’m trying to accomplish:
I need to generate one map per location with one marker inside a location repeater loop. I’ve seen lots of documentation on how to do one map with a repeater for adding multiple location markers to it, but what I need is multiple maps with one marker on each. For clarity this is the output I’m looking for (just two locations for example):
Repeater row 1:
City: Portland
Map: (map of NYC with marker for specific place in Portland)
Repeater row 2:
City: NYC
Map: (map of NYC with marker for specific place in NYC)
I’m having the same issue and have read and tried pretty much everything here and elsewhere online.