Class TestProfiles

java.lang.Object
com.graphhopper.routing.TestProfiles

public class TestProfiles extends Object
  • Constructor Details

    • TestProfiles

      public TestProfiles()
  • Method Details

    • constantSpeed

      public static Profile constantSpeed(String name)
    • constantSpeed

      public static Profile constantSpeed(String name, double speed)
    • accessAndSpeed

      public static Profile accessAndSpeed(String vehicle)
    • accessAndSpeed

      public static Profile accessAndSpeed(String name, String vehicle)
    • accessSpeedAndPriority

      public static Profile accessSpeedAndPriority(String vehicle)
    • accessSpeedAndPriority

      public static Profile accessSpeedAndPriority(String name, String vehicle)