Class GraphHopperConfig

java.lang.Object
com.graphhopper.GraphHopperConfig

public class GraphHopperConfig extends Object
This class represents the global configuration for the GraphHopper class, which is typically configured via the `config.yml` file. Certain fields are mapped to dedicated config objects to allow a hierarchical configuration and to include lists. All other fields are mapped to a key-value (string-string) map. In the future we will start adding the different configuration options as fields of this class including the default values.