---
title: steps
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkroute/steps
---

# steps

The array of steps that create the overall route.

## Declaration

```swift
var steps: [MKRoute.Step] { get }
```

## Discussion

Discussion The array contains one or more MKRoute.Step objects representing distinct portions of the route. Each step corresponds to a single direction that must be followed along the route.

## See Also

### Getting the route geometry

- [polyline](mapkit/mkroute/polyline.md)
- [MKRoute.Step](mapkit/mkroute/step.md)
