Map in sandbox

How can I best have a real map appear near each item in a row in my sandbox so that I can display it in a row on a chart on a dynamic page? right now it just appears as a URL

Hi Robyn,
To display a map check out the googleMaps API here .
If that doesn’t help please clarify the question and provide screenshots.

Good luck

I don’t want to just display a map but rather I would like the google map on a dynamic page to connect to a google map address in a column in sandbox so that each place displayed has a map as to where it is.

You can simply change the location for the google Maps element, create a location with coordinates and set the location with code, check out the example in the API here .

Good luck.

Perhaps I am not clear or I don’t understand - I want each dynamic page to have their own map with the location of the place on the page but not to have to put it in manually but rather have the URL address of the google map that appears in a column in the sandbox to show up as a map on the page

In order to do so, you need to create an HTML component and connect it to Google maps’s API, check out this API.

Good luck