public abstract @interface
DrivingSide
implements
Annotation
Whether this step is on a drive-on-right or drive-on-left route. May be unspecified.
THIS API IS A BETA RELEASE.
IT IS SUBJECT TO CHANGE AND BACKWARDS COMPATIBILITY IS NOT GUARANTEED
Constant Summary
Inherited Method Summary
abstract Class<? extends Annotation> |
annotationType()
|
abstract boolean |
equals(Object arg0)
|
abstract int |
hashCode()
|
abstract String |
toString()
|
Constants
public static final int LEFT
Drive-on-left side.
Constant Value:
1
public static final int NONE
Unspecified side.
Constant Value:
0
public static final int RIGHT
Drive-on-right side.
Constant Value:
2