Class ShortestPathTree.IsoLabel

java.lang.Object
com.graphhopper.isochrone.algorithm.ShortestPathTree.IsoLabel
Enclosing class:
ShortestPathTree

public static class ShortestPathTree.IsoLabel extends Object
  • Field Details

    • deleted

      public boolean deleted
    • node

      public int node
    • edge

      public int edge
    • weight

      public double weight
    • time

      public long time
    • distance

      public double distance
    • parent

  • Method Details