Package com.pointrlabs.core.pathfinding
Object PTRPathFailure.Companion
-
- All Implemented Interfaces:
public class PTRPathFailure.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static PTRPathFailure.Companion
INSTANCE
-
Method Summary
Modifier and Type Method Description final PTRPathFailure
getPTRPathFailure(LocationAware destination)
When SDK fails to get a path for a destination, you can get reason for failure using this method final PTRPathFailure
instance(String type)
-
-
Method Detail
-
getPTRPathFailure
final PTRPathFailure getPTRPathFailure(LocationAware destination)
When SDK fails to get a path for a destination, you can get reason for failure using this method
- Parameters:
destination
- destination- Returns:
Failure reason. This for logging only. Do not directly display it on UI.
-
instance
final PTRPathFailure instance(String type)
-
-
-
-