---
title: path
framework: mapkitjs
role: symbol
role_heading: Instance Property
path: mapkitjs/route/path
---

# path

An array of coordinate objects representing the path of the route.

## Declaration

```data
get path(): Coordinate[][];
```

## Discussion

Discussion An array of coordinates that reflect the complete path of the route, including all of its steps. To render this route on a map, set the points property of a PolylineOverlay to this array.
