Class BeelineWeightApproximator

java.lang.Object
com.graphhopper.routing.weighting.BeelineWeightApproximator
All Implemented Interfaces:
WeightApproximator

public class BeelineWeightApproximator extends Object implements WeightApproximator
Approximates the distance to the goal node by weighting the beeline distance according to the distance weighting
Author:
jansoe
  • Constructor Details

    • BeelineWeightApproximator

      public BeelineWeightApproximator(NodeAccess nodeAccess, Weighting weighting)
  • Method Details