I used this formula in google sheet,
=GOOGLEMAPS(B2,C2,“kilometers”)
it works, but how can I make this algorithm into an array formula?
I also tried another way like
=GOOGLEMAPS(B:B,C:C,“kilometers”)
but it only shows the first result to the other rows below