| Package | Description |
|---|---|
| com.graphhopper.matching |
| Modifier and Type | Method and Description |
|---|---|
Observation |
State.getEntry() |
| Modifier and Type | Method and Description |
|---|---|
MatchResult |
MapMatching.doWork(List<Observation> gpxList)
This method does the actual map matching.
|
| Constructor and Description |
|---|
State(Observation entry,
com.graphhopper.storage.index.QueryResult queryResult)
Creates an undirected candidate for a real node.
|
State(Observation entry,
com.graphhopper.storage.index.QueryResult queryResult,
com.graphhopper.routing.querygraph.VirtualEdgeIteratorState incomingVirtualEdge,
com.graphhopper.routing.querygraph.VirtualEdgeIteratorState outgoingVirtualEdge)
Creates a directed candidate for a virtual node.
|
Copyright © 2012–2020. All rights reserved.