toggle menu
0.4.9
common
switch theme
search in API
Navigation
/
com.amarcolini.joos.serialization
/
SerializableTrajectory
/
PathResult
Path
Result
public
final
class
PathResult
Members
Constructors
Serializable
Trajectory.
PathResult
Link copied to clipboard
public
SerializableTrajectory.PathResult
SerializableTrajectory.PathResult
(
Path
path
,
List
<
Pair
<
Exception
,
TrajectoryPiece
>
>
errors
)
Properties
errors
Link copied to clipboard
private
final
List
<
Pair
<
Exception
,
TrajectoryPiece
>
>
errors
path
Link copied to clipboard
private
final
Path
path
Functions
get
Errors
Link copied to clipboard
public
final
List
<
Pair
<
Exception
,
TrajectoryPiece
>
>
getErrors
(
)
get
Path
Link copied to clipboard
public
final
Path
getPath
(
)