Package | Description |
---|---|
com.graphhopper.routing.util | |
com.graphhopper.routing.util.parsers |
Modifier and Type | Field and Description |
---|---|
static TreeMap<Integer,PriorityCode> |
PriorityCode.VALUES |
Modifier and Type | Method and Description |
---|---|
PriorityCode |
PriorityCode.better() |
static PriorityCode |
PriorityCode.valueOf(int integ) |
static PriorityCode |
PriorityCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PriorityCode[] |
PriorityCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
PriorityCode |
PriorityCode.worse() |
Modifier and Type | Field and Description |
---|---|
protected Map<String,PriorityCode> |
BikeCommonPriorityParser.avoidHighwayTags |
Copyright © 2012–2023. All rights reserved.