Trip

  • Trip is a deprecated abstract base class for ridesharing trips and will be removed in the next major release.

  • Developers should use TripInfo and its properties like TripInfo.TripStatus and TripInfo.TripType instead of the corresponding ones in Trip.

  • TripModel is a known direct subclass that represents a specific trip.

  • This class has a public constructor and inherits methods from java.lang.Object.

public abstract class Trip extends Object
Known Direct Subclasses

This class is deprecated.
This class will removed in the next major release.

Base abstract class for ridesharing trips.

Nested Class Summary

@interface Trip.TripStatus This @interface is deprecated. This class will be removed in the next major release. Please use TripInfo.TripStatus instead.  
@interface Trip.TripType This @interface is deprecated. Use TripInfo.TripType instead. This class will be removed in the next major release.  

Public Constructor Summary

Inherited Method Summary

Public Constructors

public Trip ()