---
title: userInfo
framework: carplay
role: symbol
role_heading: Instance Property
path: carplay/cptrip/userinfo
---

# userInfo

A custom object associated with the trip.

## Declaration

```swift
var userInfo: Any? { get set }
```

## Discussion

Discussion Use this property to store any arbitrary data related to the trip that you may need at a later date, or by another part of your app that consumes trips.
