Class PathDetail

java.lang.Object
com.graphhopper.util.details.PathDetail

public class PathDetail extends Object
A detail information of a Path
Author:
Robin Boldt
  • Constructor Details

    • PathDetail

      public PathDetail(Object value)
  • Method Details

    • getValue

      public Object getValue()
      Returns:
      the value of this PathDetail. Can be null
    • setFirst

      public void setFirst(int first)
    • getFirst

      public int getFirst()
    • setLast

      public void setLast(int last)
    • getLast

      public int getLast()
    • getLength

      public int getLength()
    • toString

      public String toString()
      Overrides:
      toString in class Object