![Ed_Cooper Ed_Cooper](https://community.airtable.com/legacyfs/online/avatars/2X/e/e905cf98bc9889d48138784edaeb27588d8d6d7c.png)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Aug 14, 2019 03:13 PM
Is there a way to make an address clickable so when a user clicks it bring up a Google map for that address without utilizing a block?
![Ed_Cooper Ed_Cooper](https://community.airtable.com/legacyfs/online/avatars/2X/e/e905cf98bc9889d48138784edaeb27588d8d6d7c.png)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Aug 15, 2019 03:58 PM
I didn’t want to save a map just link to google maps.
Justin gave me the exact solution I was looking for:
"https://www.google.com/maps/place/" &
ENCODE_URL_COMPONENT(Street & ", " & City & ", " & State & " " & ZIP)
I can then shrink down the column width and click on the cell. Perfect!
Thanks all for the suggestions.
Much Appreciate since it’s only my second day with Airtable.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jun 21, 2020 10:56 PM
Is there a way to do this for Streetview URLs?
![Bill_French Bill_French](https://community.airtable.com/legacyfs/online/avatars/3X/f/f/ffbb19c12cc40abf5dcf843b92eec175af975d64.png)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Jun 22, 2020 07:43 AM
I believe streetview URLs are cast only as lat/lng values. But, they could be used to reverse-encode for street addresses. The difficulty is - what address to use when the location is the center of a street and equidistances to the nearest actual address?
![Jonathan Jonathan](https://community.airtable.com/legacyfs/online/avatars/3X/f/8/f834a6ae80567448c3390450f854d3c7ad233039.jpeg)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Apr 17, 2022 04:13 PM
Make a Button field and for URL formula, use the previous formula or something like this if you have the whole address in a text field:
"https://www.google.com/maps?q="&ENCODE_URL_COMPONENT(Address))
and it will make clickable links in a field:
There should really be an Address field type, though, with auto-complete/auto-correct from Google Maps API, etc. since it’s such a common field to need.
![](/skins/images/DD0CD7D0ACF200EF4456420D87029A3D/responsive_peak/images/icon_anonymous_message.png)
- « Previous
-
- 1
- 2
- Next »