---
title: rating
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cpinformationratingitem/rating
---

# rating

The current rating that the template displays.

## Declaration

```swift
var rating: NSNumber? { get }
```

## Discussion

Discussion This property is an NSNumber that contains a value in the range of 0 to maximumRating. The value is an increment of 0.5.

## See Also

### Accessing the Item’s Attributes

- [maximumRating](carplay/cpinformationratingitem/maximumrating.md)
