Basic Directions Fast Request
Implement Using: Directions Fast API
To create a simple Directions Fast request we will provide an origin
from where a trip starts and a destination
where it ends. We also set `mode=car’ to get a legal route which a car can take. Once a request is submitted successfully, the API responds with a route geometry and the trip duration and distance information.