public abstract @interface
NavState
implements
Annotation
The state of navigation.
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 ENROUTE
Actively navigating. Information about the upcoming maneuver step is available.
Constant Value:
1
public static final int REROUTING
Actively navigating but searching for a new route. The upcoming maneuver step is not yet available.
Constant Value:
2
public static final int STOPPED
Navigation has ended.
Constant Value:
3
public static final int UNKNOWN
Error or unspecified state.
Constant Value:
0