SENTTransportEvent
Last updated
Represents a duration of the time when the user was in transport.
This class extends SENTTimelineEvent. See SENTTimelineEvent for additional properties and methods.
The distance travelled during the transport, in meters. If distance cannot be computed, then returns nil.
var distanceInMeters: Int?func isEqual(to transportEvent: SENTTransportEvent) -> BoolThe detected user occupant role. See SENTOccupantRole.
var occupantRole: SENTOccupantRoleThe set of tags that you have previously set (if any) for this transport. See setTransportTags.
var tags: [String: String]The mode of transportation as SENTTimelineTransportMode.
The waypoints collected during the transport.
Last updated
var transportMode: SENTTimelineTransportModevar waypoints: [SENTWaypoint]