---
title: routes
framework: mapkitjs
role: symbol
role_heading: Interface Property
path: mapkitjs/directionsresponse/routes
---

# routes

An array of route objects.

## Declaration

```data
routes: Route[];
```

## Discussion

Discussion The server returns up to three Route objects in the array.

## See Also

### Directions response

- [origin](mapkitjs/directionsresponse/origin.md)
- [destination](mapkitjs/directionsresponse/destination.md)
