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

# notice

Additional notices that apply to the step.

## Declaration

```swift
var notice: String? { get }
```

## Discussion

Discussion Notices may include legal information or warning notices that apply to the step. For example, if the step crosses railroad tracks, it might contain a notice that warns the user not to cross the tracks when the lights are flashing.

## See Also

### Getting additional step details

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