public abstract @interface

NavigationError

implements Annotation
com.steerpath.smart.NavigationError

Class Overview

Navigation response types.

Summary

Constants
String POI_NOT_FOUND Destination not found.
String ROUTE_NOT_FOUND No directions available for the destination.
String USER_LOCATION_NOT_FOUND If navigation was started without the BlueDot.
[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation

Constants

public static final String POI_NOT_FOUND

Destination not found.

Constant Value: "POI_NOT_FOUND"

public static final String ROUTE_NOT_FOUND

No directions available for the destination.

Constant Value: "ROUTE_NOT_FOUND"

public static final String USER_LOCATION_NOT_FOUND

If navigation was started without the BlueDot.

Constant Value: "USER_LOCATION_NOT_FOUND"