---
title: MKRoute.Step
framework: mapkit
role: symbol
role_heading: Class
path: mapkit/mkroute/step
---

# MKRoute.Step

One portion of an overall route.

## Declaration

```swift
class Step
```

## Overview

Overview Each MKRoute.Step object corresponds to a single instruction that the person needs to follow when navigating between two points. For example, a step might involve following a single road until continuing along the route requires a turn. You don’t create instances of this class directly. An MKRoute object contains the MKRoute.Step objects associated with a route. For more information about requesting directions, see MKDirections.

## Topics

### Getting the step geometry

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

### Getting additional step details

- [instructions](mapkit/mkroute/step/instructions.md)
- [notice](mapkit/mkroute/step/notice.md)
- [distance](mapkit/mkroute/step/distance.md)
- [transportType](mapkit/mkroute/step/transporttype.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Directions

- [MKDirections](mapkit/mkdirections.md)
- [MKDirections.Request](mapkit/mkdirections/request.md)
- [MKDirections.Response](mapkit/mkdirections/response.md)
- [MKDirections.ETAResponse](mapkit/mkdirections/etaresponse.md)
- [MKRoute](mapkit/mkroute.md)
