| Package | Description |
|---|---|
| com.graphhopper.reader |
| Modifier and Type | Method and Description |
|---|---|
OSMTurnRelation.Type |
OSMTurnRelation.getRestriction() |
static OSMTurnRelation.Type |
OSMTurnRelation.Type.getRestrictionType(String tag) |
static OSMTurnRelation.Type |
OSMTurnRelation.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OSMTurnRelation.Type[] |
OSMTurnRelation.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OSMTurnRelation(long fromWayID,
long viaNodeID,
long toWayID,
OSMTurnRelation.Type restrictionType) |
Copyright © 2012–2020. All rights reserved.