TripProfile

Holds the list of TransportSegments detected by the SDK during a trip.

TripProfile API

getTransportSegments()

public List<TransportSegment> getTransportSegments()

Returns a list of transport segments. See TransportSegment.

getTripId()

public String getTripId()

Returns the id associated with this trip.

Last updated