Package | Description |
---|---|
com.graphhopper.storage.index |
Modifier and Type | Method and Description |
---|---|
QueryResult.Position |
QueryResult.getSnappedPosition() |
static QueryResult.Position |
QueryResult.Position.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryResult.Position[] |
QueryResult.Position.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected abstract boolean |
LocationIndexTree.XFirstSearchCheck.check(int node,
double normedDist,
int wayIndex,
EdgeIteratorState iter,
QueryResult.Position pos) |
void |
QueryResult.setSnappedPosition(QueryResult.Position pos) |
Copyright © 2012–2020. All rights reserved.