You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`code` if the request was successful `Ok` otherwise see the service dependent and general status codes.
301
301
-`durations` array of arrays that stores the matrix in row-major order. `durations[i][j]` gives the travel time from
302
-
the i-th waypoint to the j-th waypoint. Values are given in seconds. Can be `null` if no route between `i` and `j` can be found.
302
+
the i-th source to the j-th destination. Values are given in seconds. Can be `null` if no route between `i` and `j` can be found.
303
303
-`distances` array of arrays that stores the matrix in row-major order. `distances[i][j]` gives the travel distance from
304
-
the i-th waypoint to the j-th waypoint. Values are given in meters. Can be `null` if no route between `i` and `j` can be found.
304
+
the i-th source to the j-th destination. Values are given in meters. Can be `null` if no route between `i` and `j` can be found.
305
305
-`sources` array of `Waypoint` objects describing all sources in order
306
306
-`destinations` array of `Waypoint` objects describing all destinations in order
307
307
-`fallback_speed_cells` (optional) array of arrays containing `i,j` pairs indicating which cells contain estimated values based on `fallback_speed`. Will be absent if `fallback_speed` is not used.
0 commit comments