NavState

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

int ENROUTE Actively navigating.
int REROUTING Actively navigating but searching for a new route.
int STOPPED Navigation has ended.
int UNKNOWN Error or unspecified state.

Inherited Method Summary

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