SENTTripProcessingTripProfile

SENTTripProcessingTripProfile defines the profiling information about a trip that has finished. The profiling details are stored as a collection of SENTTripProcessingTransportSegment objects.

tripId

The unique identifier associated with the trip

@property (nonatomic, readonly) NSString *tripId;

transportSegments

The array of SENTTripProcessingTransportSegment objects detected during the trip

@property (nonatomic, strong) NSArray <SENTTripProcessingTransportSegment *> *transportSegments;

Last updated