diff --git a/docs/api.mdx b/docs/api.mdx index 8dcc16ab1..17866bdec 100644 --- a/docs/api.mdx +++ b/docs/api.mdx @@ -1069,7 +1069,7 @@ Calculates the travel distances and durations between multiple origins and desti - **`destinations`** (string, required): A list of destinations. A pipe-delimited string in the format `latitude0,longitude0|latitude1,longitude1|...`. - **`mode`** (string, required): The travel mode. A string, one of `car`, `truck`, `foot`, or `bike`. - **`units`** (string, optional): The distance units. A string, `metric` or `imperial`. Defaults to `imperial` if not provided. -- **`avoid`** (string, optional): The features that calculated routes should avoid. A string, comma-separated, including one or more of `tolls`, `highways` and `ferries`. No features are avoided if not provided. +- **`avoid`** (string, optional): The features that calculated routes should avoid. A string, comma-separated, including one or more of `tolls`, `highways`, `ferries`, `borderCrossings`. No features are avoided if not provided. ###### Authentication level