|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectalk.connect.results.CalcTypeEx
CalcTypeEx is an object for passing and returning extended calc type parameters to the GetCalcTypeEx and SetCalcTypeEx methods. Each field is a bit-wise concatenation of pre-defined bit flags. The exact mapping is listed under each field description; please scroll down for details.
| Field Summary | |
int |
optFlags
Options flags. |
int |
rtType
Route type. |
int |
vehType
Vehicle type. |
| Constructor Summary | |
CalcTypeEx()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public int rtType
0x00000001 - Practical
0x00000002 - Shortest
0x00000004 - Air Distance
public int optFlags
0x00000100 - Avoid Tolls
0x00000200 - National Routing
0x00000400 - 53' Routing
public int vehType
0x00000000 - Truck
0x01000000 - Auto
| Constructor Detail |
public CalcTypeEx()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||