public abstract static class Route.Summary extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
abstract List<Route.Road> |
getRoads()
Gets the list of roads used in the route.
|
abstract String |
getText()
Gets information about the roads used in the route as text.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteToParcelpublic abstract String getText()
public abstract List<Route.Road> getRoads()
public int describeContents()
describeContents in interface ParcelableCopyright © 2013-2016 INRIX, Inc. All Rights Reserved.