public abstract static class Route.Road 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 String |
getName()
Gets the name of the road.
|
abstract int |
getRoadClass()
Gets the road class.
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwriteToParcelpublic abstract int getRoadClass()
| Value | Name | Description |
|---|---|---|
| 1 | Limited access | Limited connectivity with other roads, usually only by means of ramps. |
| 2 | Arterial | Connects to all surface streets and to ramps. |
| 3 | Local street | Connects to all surface streets and sometimes to ramps. |
| 4 | LearnedLocation | Intended to be used only as an origin or destination. |
| 8 | Rotary or "special traffic figure" | Rotary traffic flows in a single direction around a complete circular path. Variants such as different shapes or flow are designated as "special traffic figures". |
| 9 | Ramp | Connects surface streets to limited access roads or connects two limited access roads. |
public abstract String getName()
public int describeContents()
describeContents in interface ParcelableCopyright © 2013-2016 INRIX, Inc. All Rights Reserved.