Package com.graphhopper.util
Class Parameters.Landmark
java.lang.Object
com.graphhopper.util.Parameters.Landmark
- Enclosing class:
- Parameters
Properties for routing with landmark speedup
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
Specifies how many active landmarks should be used when routingstatic final String
Default for active countstatic final String
Specifies how many landmarks should be createdstatic final String
This property name in HintsMap configures at runtime if CH routing should be ignored.static final String
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PREPARE
- See Also:
-
DISABLE
This property name in HintsMap configures at runtime if CH routing should be ignored.- See Also:
-
ACTIVE_COUNT
Specifies how many active landmarks should be used when routing- See Also:
-
ACTIVE_COUNT_DEFAULT
Default for active count- See Also:
-
COUNT
Specifies how many landmarks should be created- See Also:
-
-
Constructor Details
-
Landmark
public Landmark()
-