public abstract class VerticalsCoverageResponse extends Object implements Parcelable
VerticalsCoverageRequest
contains the list of all RideOffer.TransitType
available around the requested locationParcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
Constructor and Description |
---|
VerticalsCoverageResponse() |
Modifier and Type | Method and Description |
---|---|
static VerticalsCoverageResponse |
create(List<RideOffer.TransitType> transitTypes)
Create a new
RideQueryResponse |
abstract List<RideOffer.TransitType> |
getTransitTypes()
List of Transit types available at the requested location
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
describeContents, writeToParcel
public abstract List<RideOffer.TransitType> getTransitTypes()
public static VerticalsCoverageResponse create(List<RideOffer.TransitType> transitTypes)
RideQueryResponse
transitTypes
-