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

# path

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

## Declaration

```data
path: Coordinate[];
```

## Discussion

Discussion An array of Coordinate objects that traces the route segment. To render the route segment on a map, set the points property of PolylineOverlay to this array.
