Contents

userInfo

A custom object associated with the trip.

Declaration

var userInfo: Any? { get set }

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.