|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.mapquest.RouteType
Constants to specify the type of route wanted.
| Field Summary | |
static RouteType |
Fastest
Deprecated. Use FASTEST instead. |
static RouteType |
FASTEST
|
static RouteType |
Optimized
Deprecated. Use OPTIMIZED instead. |
static RouteType |
OPTIMIZED
|
static RouteType |
Pedestrian
Deprecated. Use PEDESTRIAN instead. |
static RouteType |
PEDESTRIAN
|
static RouteType |
SELECT_DATASET_ONLY
|
static RouteType |
SelectDatasetOnly
Deprecated. Use SELECT_DATASET_ONLY instead. |
static RouteType |
Shortest
Deprecated. Use SHORTEST instead. |
static RouteType |
SHORTEST
|
| Method Summary | |
boolean |
equals(java.lang.Object otherObject)
Compares this object to the specified object. |
static RouteType |
from_int(int value)
Deprecated. Use fromInt instead. |
static RouteType |
fromInt(int value)
Creates an object from an integer value. |
int |
hashCode()
Returns a hash code for this RouteType. |
int |
intValue()
Returns an int type representing this object. |
java.lang.String |
toString()
Returns a string representation of this object. |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final RouteType Fastest
FASTEST instead.
public static final RouteType Shortest
SHORTEST instead.
public static final RouteType Pedestrian
PEDESTRIAN instead.
public static final RouteType Optimized
OPTIMIZED instead.
public static final RouteType SelectDatasetOnly
SELECT_DATASET_ONLY instead.
public static final RouteType FASTEST
public static final RouteType SHORTEST
public static final RouteType PEDESTRIAN
public static final RouteType OPTIMIZED
public static final RouteType SELECT_DATASET_ONLY
| Method Detail |
public java.lang.String toString()
public int intValue()
public static RouteType fromInt(int value)
public static RouteType from_int(int value)
fromInt instead.
public boolean equals(java.lang.Object otherObject)
otherObject - the object to compare this RouteType against.
public int hashCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||