public final class VgIRouteRequestType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static VgIRouteRequestType |
eFastest
Indicates a request for a route that optimizes time
|
static VgIRouteRequestType |
eShortest
Indicates a request for a route that optimizes distance
|
Modifier and Type | Method and Description |
---|---|
static VgIRouteRequestType |
swigToEnum(int swigValue) |
int |
swigValue() |
java.lang.String |
toString() |
public static final VgIRouteRequestType eShortest
public static final VgIRouteRequestType eFastest
public final int swigValue()
public java.lang.String toString()
toString
in class java.lang.Object
public static VgIRouteRequestType swigToEnum(int swigValue)