# Set Map marker to mark every business

**URL:** https://community.thunkable.com/t/set-map-marker-to-mark-every-business/673884
**Category:** Questions about Thunkable X
**Created:** [July 12, 2020, 3:34pm UTC](https://community.thunkable.com/t/set-map-marker-to-mark-every-business/673884 "2020-07-12T15:34:31Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![huntermclarkn](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/huntermclarkn/32/66310_2.png) [@huntermclarkn](https://community.thunkable.com/u/huntermclarkn)
#### Post date: [July 12, 2020, 3:34pm UTC](https://community.thunkable.com/t/set-map-marker-to-mark-every-business/673884/1 "2020-07-12T15:34:31Z")

</div>

I was wondering if there is any way to code the map to mark every X type of business instead of having to set the marker yourself? Say I wanted the map to show every dentist in their area? Is that possible or no?

---

<div class="post-metadata">

### Author: ![domhnallohanlon](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/domhnallohanlon/32/29554_2.png) [@domhnallohanlon](https://community.thunkable.com/u/domhnallohanlon)
#### Post date: [July 13, 2020, 11:24am UTC](https://community.thunkable.com/t/set-map-marker-to-mark-every-business/673884/2 "2020-07-13T11:24:58Z")

</div>

Hey @huntermclarkn - that sound’s like a cool feature, but at the moment it’s the type of thing that you’d have to code up yourself.

A spreadsheet is ideal for storing lat/lng/description etc.

Do you know how many businesses you want to add to your project?

---

<div class="post-metadata">

### Author: ![huntermclarkn](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/huntermclarkn/32/66310_2.png) [@huntermclarkn](https://community.thunkable.com/u/huntermclarkn)
#### Post date: [July 14, 2020, 12:01pm UTC](https://community.thunkable.com/t/set-map-marker-to-mark-every-business/673884/3 "2020-07-14T12:01:06Z")

</div>

Well I was looking to have it be any of them in essentially any location. But I think instead I am going to link to open their maps, open to a website or just leave it for now. It would not be a make or break feature to the app

---

<div class="post-metadata">

### Author: ![ryan\_hall\_apps](https://avatars.discourse-cdn.com/v4/letter/r/f6c823/32.png) [@ryan\_hall\_apps](https://community.thunkable.com/u/ryan_hall_apps)
#### Post date: [July 14, 2020, 1:58pm UTC](https://community.thunkable.com/t/set-map-marker-to-mark-every-business/673884/4 "2020-07-14T13:58:48Z")

</div>

@huntermclarkn

I have used a helper app I created to find lat and long of locations. However, you can do what you need by changing the code to your needs.

I used [open cage geocoder api](https://opencagedata.com/api).

It pulls all search criteria for information entered and is very simple. You will just need to sort and get what you need. I have attached a pic of code I have used so you can get started a little quicker if you go this route.

 ![Capture](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/7/b/7b4ff8d5e1688c61cafbd1b24b02d186ac671da5.jpeg)

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:27pm UTC](https://community.thunkable.com/t/set-map-marker-to-mark-every-business/673884/5 "2024-11-08T12:27:09Z")

</div>


