# Map view -pin details

**URL:** https://community.glideapps.com/t/map-view-pin-details/69508
**Category:** Ask for Help
**Tags:** actions
**Created:** [January 12, 2024, 2:41pm UTC](https://community.glideapps.com/t/map-view-pin-details/69508 "2024-01-12T14:41:43Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Mohammad\_Almahmood](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mohammad_almahmood/32/40541_2.png) [@Mohammad\_Almahmood](https://community.glideapps.com/u/Mohammad_Almahmood)
#### Post date: [January 12, 2024, 2:41pm UTC](https://community.glideapps.com/t/map-view-pin-details/69508/1 "2024-01-12T14:41:43Z")

</div>

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

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/f/3/f30d4d35f84bb25f68816a3b39309d4ba93d395f.png)

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [January 12, 2024, 3:01pm UTC](https://community.glideapps.com/t/map-view-pin-details/69508/2 "2024-01-12T15:01:24Z")

</div>

In the Layout Editor

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

 ![CleanShot 2024-01-12 at 15.58.38](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/0/3/0397415b21fb393a7c1d125a9cd8f937a6e10053.jpeg)

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [January 12, 2024, 4:09pm UTC](https://community.glideapps.com/t/map-view-pin-details/69508/3 "2024-01-12T16:09:05Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![Mohammad\_Almahmood](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/mohammad_almahmood/32/40541_2.png) [@Mohammad\_Almahmood](https://community.glideapps.com/u/Mohammad_Almahmood)
#### Post date: [January 16, 2024, 2:43pm UTC](https://community.glideapps.com/t/map-view-pin-details/69508/5 "2024-01-16T14:43:53Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 17, 2024, 12:33am UTC](https://community.glideapps.com/t/map-view-pin-details/69508/6 "2024-01-17T00:33:08Z")

</div>

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.
