This node uses the Google Distance Matrix API to create a distance matrix for the provided origins and destinations. The matrix is created by pairing each input origin with each input destination and will contain the travel distance and duration for each pair. The distance unit is meter and the duration is returned in minutes.
If the input geometry is not a point geometry, the centroids will be automatically computed and used.