DrivingSide

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

int LEFT Drive-on-left side.
int NONE Unspecified side.
int RIGHT Drive-on-right side.

Inherited Method Summary

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