SENTTripProcessingTripProfile

This document refers to deprecated parts of the platform and has been left intact to help customers with legacy integrations. In order to access the latest platform features and documentation, please go to https://docs.sentiance.com.

Deprecated

This class was deprecated in v5.12.0, as part of the Trip Profiling feature deprecation.

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