Map view -pin details

Hello
I have created an app to show the locations of our company projects as pins on the map view, and when clicking on the pin project details should appear.
How I can control what will be shown on the project card, and be able to choose details other than coordinates below the name?

In the previous version of Glide, this was easily possible, but now I couldn’t figure it out.

Screenshot included below

In the Layout Editor

  • Select the Map component on the left
  • Configure the items data on the right

Yeah, right now if you are using coordinates, that is what you have to set for the address and that’s what you see on the card. I wish you could use coordinates but show something different like an address. It has been requested, but no updates on if or when that will change.

1 Like

Thanks
when you click on any pin, you see the pin name (project name for example) and below another piece of info.
I want to change this and add maybe project size, or project manager name …etc.

For now, you can only add info using the title and description fields. If you have more than 2 fields, your best bet is to concatenate them together using a template column.