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

# advisoryNotices

An array of advisory notice strings for the route.

## Declaration

```swift
var advisoryNotices: [String] { get }
```

## Discussion

Discussion This property contains an array of NSString objects. The framework localizes each string according to the user’s language preferences. The strings contain additional information that’s important for the user to know about the route. For example, a string might note the closing of a portion of the route during the winter or after big storms.

## See Also

### Getting additional route details

- [name](mapkit/mkroute/name.md)
- [hasHighways](mapkit/mkroute/hashighways.md)
- [hasTolls](mapkit/mkroute/hastolls.md)
- [distance](mapkit/mkroute/distance.md)
- [expectedTravelTime](mapkit/mkroute/expectedtraveltime.md)
- [transportType](mapkit/mkroute/transporttype.md)
