TicketRelevantLocation
data class TicketRelevantLocation(val geo: TicketGeo? = null, val maxDistance: Int? = null, val relevantText: String? = null) : Parcelable
A location that should surface the pass on the lock screen (solidshare:RelevantLocation).