Basic Distance Matrix Fast Request
Implement Using: Distance Matrix Fast API
Let’s create a simple Distance Matrix Fast request with 3 origins (O) and 3 destinations (D). We will get a 3 x 3 matrix with distance and duration values for all 9 combinations (or elements) of O x D pairs. We also set `mode=car’ to get distance and duration values for a route that a car can take