Get Distance From 2 Addresses
Get route distance between two address
Description
Call the directions service from Google to get the route between two address, and return the distance and travel time
Inputs
- Control Flow (Control Flow)
- origin (String)
- destination (String)
Outputs
- Control Flow (Control Flow)
- Error Flow (Error Flow)
- distance [m] (Number)
- duration with traffic [s] (Number)
- duration [s] (Number)
- status (String)