# Map Inline List to Google Maps

**URL:** https://community.glideapps.com/t/map-inline-list-to-google-maps/47627
**Category:** Ask for Help
**Created:** [August 24, 2022, 12:53pm UTC](https://community.glideapps.com/t/map-inline-list-to-google-maps/47627 "2022-08-24T12:53:33Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![rayo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rayo/32/91372_2.png) [@rayo](https://community.glideapps.com/u/rayo)
#### Post date: [August 24, 2022, 12:53pm UTC](https://community.glideapps.com/t/map-inline-list-to-google-maps/47627/1 "2022-08-24T12:53:33Z")

</div>

I have an inline list of orders based on their delivery address showing on a Map component.  
How can I view all rows in google maps app? Can i construct a url or etc. and view the pins on the google maps app for the driver to deliver?

---

<div class="post-metadata">

### Author: ![jkinsey](https://avatars.discourse-cdn.com/v4/letter/j/74df32/32.png) [@jkinsey](https://community.glideapps.com/u/jkinsey)
#### Post date: [August 24, 2022, 2:16pm UTC](https://community.glideapps.com/t/map-inline-list-to-google-maps/47627/2 "2022-08-24T14:16:25Z")

</div>

Not sure if I can help with the rest of the problem, but I can provide some assistance with the “opening a specific address in Google Maps” problem. Google actually has a way to set up links, by typing `https://maps.google.com/?q= ` and then entering an address, place, country, state/territory, or business name. Here are some examples…

```auto
https://maps.google.com/?q=1600 Pennsylvania Avenue, Washington DC
https://maps.google.com/?q=Central Park
https://maps.google.com/?q=California

```

Feel free to play around with my examples!  
Hope this helps!

James

---

<div class="post-metadata">

### Author: ![rayo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rayo/32/91372_2.png) [@rayo](https://community.glideapps.com/u/rayo)
#### Post date: [August 24, 2022, 2:21pm UTC](https://community.glideapps.com/t/map-inline-list-to-google-maps/47627/3 "2022-08-24T14:21:58Z")

</div>

Thank you  
yes i am aware of that, but trying to see how far this can be taken with the URL  
currently reviewing this link

> **[Get Started  |  Maps URLs  |  Google Developers](https://developers.google.com/maps/documentation/urls/get-started)**
>
> Maps URLs provide a universal URL scheme to launch Google Maps from any platform.

I would want to show multiple pins on a map. I also want to find out if Google Maps can suggest the best possible route through the pins

---

<div class="post-metadata">

### Author: ![jkinsey](https://avatars.discourse-cdn.com/v4/letter/j/74df32/32.png) [@jkinsey](https://community.glideapps.com/u/jkinsey)
#### Post date: [August 24, 2022, 2:33pm UTC](https://community.glideapps.com/t/map-inline-list-to-google-maps/47627/4 "2022-08-24T14:33:37Z")

</div>

I don’t have as much experience with that, but I’d say to definitely look at the Maps API documentation because I know it can be done. I can make some sort of an example later when I have time.

---

<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: [August 25, 2022, 12:44am UTC](https://community.glideapps.com/t/map-inline-list-to-google-maps/47627/5 "2022-08-25T00:44:41Z")

</div>

So I assume you only want to use Google Maps because you want to see multiple pins on one map (which is also available in Glide), and you want to calculate the best route?

---

<div class="post-metadata">

### Author: ![rayo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rayo/32/91372_2.png) [@rayo](https://community.glideapps.com/u/rayo)
#### Post date: [August 25, 2022, 5:58am UTC](https://community.glideapps.com/t/map-inline-list-to-google-maps/47627/6 "2022-08-25T05:58:04Z")

</div>

I want the driver to view a route.  
In Glide clicking on a map with multiple pins isn’t triggering the same action as triggering on a map component with 1 pin which opens google map.

---

<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: [August 25, 2022, 11:38am UTC](https://community.glideapps.com/t/map-inline-list-to-google-maps/47627/7 "2022-08-25T11:38:12Z")

</div>

So I assume you would need some sort of a “view route” embed, but you would still need to show all orders in the app so the driver can view the details of an order?

---

<div class="post-metadata">

### Author: ![rayo](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rayo/32/91372_2.png) [@rayo](https://community.glideapps.com/u/rayo)
#### Post date: [August 25, 2022, 1:20pm UTC](https://community.glideapps.com/t/map-inline-list-to-google-maps/47627/8 "2022-08-25T13:20:39Z")

</div>

yes some sort of route. other than that the pins alone on google map would be enough. No need for any order or glide data to show there. when the driver reaches a location , he would have to switch from Google Maps back to the Glide App to view order details at that location.

---

<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: [August 26, 2022, 12:14am UTC](https://community.glideapps.com/t/map-inline-list-to-google-maps/47627/9 "2022-08-26T00:14:21Z")

</div>

Mapbox does have something like that, they call it Optimization API.

> **[Generate an optimized route with the Optimization API | Help](https://docs.mapbox.com/help/tutorials/optimization-api/)**
>
> Use the Mapbox Optimization API to generate a duration-optimized route between several points.

I think you can use their example to deploy something in Github, to be used as an External Code column.

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/0/a/0a205a3f8525fa6ff5404a8f244a61ac58729589.jpeg)

The result would look some what like the image above, you can embed it in a web embed component.
