# Map is not displaying all my address pin

**URL:** https://community.glideapps.com/t/map-is-not-displaying-all-my-address-pin/77128
**Category:** Ask for Help
**Created:** [October 16, 2024, 10:03am UTC](https://community.glideapps.com/t/map-is-not-displaying-all-my-address-pin/77128 "2024-10-16T10:03:58Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![taleno.digital](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/taleno.digital/32/47944_2.png) [@taleno.digital](https://community.glideapps.com/u/taleno.digital)
#### Post date: [October 16, 2024, 10:03am UTC](https://community.glideapps.com/t/map-is-not-displaying-all-my-address-pin/77128/1 "2024-10-16T10:03:58Z")

</div>

Hi Team,

Has anyone encountered this - where Map is not displaying all the pins even though all addresses are valid?

Appreciate all the help I can get from this awesome community.

Thanks,  
Joey

---

<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: [October 16, 2024, 11:56pm UTC](https://community.glideapps.com/t/map-is-not-displaying-all-my-address-pin/77128/2 "2024-10-16T23:56:51Z")

</div>

How many addresses are you having here?

---

<div class="post-metadata">

### Author: ![taleno.digital](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/taleno.digital/32/47944_2.png) [@taleno.digital](https://community.glideapps.com/u/taleno.digital)
#### Post date: [October 17, 2024, 10:19am UTC](https://community.glideapps.com/t/map-is-not-displaying-all-my-address-pin/77128/3 "2024-10-17T10:19:26Z")

</div>

I have 6 different address already but they are not showing up as a pin. Is this a known bug / issue of our map?

---

<div class="post-metadata">

### Author: ![Himaladin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/himaladin/32/71023_2.png) [@Himaladin](https://community.glideapps.com/u/Himaladin)
#### Post date: [October 17, 2024, 10:32am UTC](https://community.glideapps.com/t/map-is-not-displaying-all-my-address-pin/77128/4 "2024-10-17T10:32:54Z")

</div>

I prefer using coordinates instead of addresses, as addresses are generally inaccurate in my country. I’m not sure if this is the issue you’re facing.

---

<div class="post-metadata">

### Author: ![micheal](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/micheal/32/80181_2.png) [@micheal](https://community.glideapps.com/u/micheal)
#### Post date: [October 18, 2024, 10:19am UTC](https://community.glideapps.com/t/map-is-not-displaying-all-my-address-pin/77128/5 "2024-10-18T10:19:52Z")

</div>

how do you get the coordinate?

---

<div class="post-metadata">

### Author: ![Himaladin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/himaladin/32/71023_2.png) [@Himaladin](https://community.glideapps.com/u/Himaladin)
#### Post date: [October 18, 2024, 10:37am UTC](https://community.glideapps.com/t/map-is-not-displaying-all-my-address-pin/77128/6 "2024-10-18T10:37:14Z")

</div>

Are you asking about obtaining coordinates through geocoding from an existing address, aside from using a location component?

> **[Google Maps | Glide Docs](https://www.glideapps.com/docs/automation/integrations/google-maps)**
>
> Geocoding and address completion.

---

<div class="post-metadata">

### Author: ![micheal](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/micheal/32/80181_2.png) [@micheal](https://community.glideapps.com/u/micheal)
#### Post date: [October 18, 2024, 12:20pm UTC](https://community.glideapps.com/t/map-is-not-displaying-all-my-address-pin/77128/7 "2024-10-18T12:20:32Z")

</div>

You mentioned you prefer using coordinates instead of addresses, I was asking how do you get the coordinates is it using the google maps integration?

---

<div class="post-metadata">

### Author: ![Himaladin](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/himaladin/32/71023_2.png) [@Himaladin](https://community.glideapps.com/u/Himaladin)
#### Post date: [October 18, 2024, 12:31pm UTC](https://community.glideapps.com/t/map-is-not-displaying-all-my-address-pin/77128/8 "2024-10-18T12:31:34Z")

</div>

As I mentioned, in my country, using addresses is often inaccurate. That’s why I never ask users to input an address, but instead, I use coordinates with a location component. You can also manually get coordinates from Google Maps to input. Afterward, I perform reverse geocoding to obtain the address using the Google Maps API.

You can do the reverse process, called geocoding, to get coordinates from an address. However, you may get alternative coordinates (array) due to the ambiguity of the inputted address.

Aside from the Google Maps API, you can also use the Geoapify API, but the results may vary in terms of the generated address. That’s why the best standard to use is coordinates, not addresses.

If you already have the API, you can use fetch JSON from the API URL directly, and you don’t necessarily need to go through Glide’s integration.
