Google Map Directions action is used to get route information between two points. The user can enter the starting point (origin) and destination to get route information via Google Maps. Additionally, the mode parameter allows selecting the mode of transportation (car, walking, bike, public transit). It is often preferred in navigation, travel planning, or route-based business applications.
Technical Specifications
Function: Returns route information via Google Maps.
Parameters:
settings (Object – required): Connection settings required for Google Maps integration.
origin (String – required): Starting point (address or coordinates).
destination (String – required): Destination (address or coordinates).