<!--
{
  "availability" : [
    "MapKit JS: 5.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/Route/steps",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "instp/mapkit.Route/steps"
  },
  "title" : "steps"
}
-->

# steps

An array of steps that compose the overall route.

```
steps: RouteStep[];
```

## Discussion

The array contains one or more [`RouteStep`](/documentation/MapKitJS/RouteStep) objects representing distinct portions of the route. Each step corresponds to a single direction to follow along the route.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)