activeTripId

abstract val activeTripId: TripId?

The activeTripId is the ID of the Trip currently being navigated. A Trip might have multiple routes (i.e. multiple paths to get from departure to destination).

activeTripId is null if no Trip is being navigated.