Jun 11, 2024 11:25 PM
Hi all
I am using the Make.com modules to create a scenario where an address input into AT triggers an automation that generates a google maps link with transit options for travel from A to B.
My question is if I can enhance this to provide me with a string of text for the directions, e.g., "Take Bus 83 to X and then walk 8 minutes to Y"
Many thanks !
Jun 12, 2024 04:10 AM
To enhance your Make.com automation, we can extend it to provide text-based directions by integrating Google Maps API for detailed transit directions. The process involves taking the address input from Airtable (AT), using Make.com to trigger the Google Maps API, and then parsing the response to generate a text string with step-by-step directions.
Here's a practical approach:
Jun 12, 2024 06:59 AM
Does Google's response include any of that text or anything you could use to format into that? If not, you're probably going to need to look for a different service to get that level of detail
Jun 12, 2024 09:56 AM - edited Jun 12, 2024 09:56 AM
To enhance your Make.com scenario, we'll integrate a Google Maps Directions API call that will generate both the Google Maps link and a detailed text string with transit directions. This will allow us to extract step-by-step directions such as "Take Bus 83 to X and then walk 8 minutes to Y." Here's how we'll approach it: