You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am generating the lat/lng into dynamically set tvs and rendering the map fine with gmarker. I can't figure out from the docs how would I set a single marker on a dynamically generated map? I am only setting the tvs on a single resource at render time through my snippet. I've tried passing this:
I am generating the lat/lng into dynamically set tvs and rendering the map fine with gmarker. I can't figure out from the docs how would I set a single marker on a dynamically generated map? I am only setting the tvs on a single resource at render time through my snippet. I've tried passing this:
[[Gmarker? &address=
[[+venue-address-1]] [[+venue-city]], [[+venue-region]] [[+venue-postal-code]]&latlng=
[[*latitude]],[[*longitude]]&height=
260&width=
260]]
but I get nothing but the map. Should I set something like &resources=
[[~*id]]
?The text was updated successfully, but these errors were encountered: