public class EdgeMatch extends Object
| Constructor and Description |
|---|
EdgeMatch(com.graphhopper.util.EdgeIteratorState edgeState,
List<GPXExtension> gpxExtension) |
| Modifier and Type | Method and Description |
|---|---|
com.graphhopper.util.EdgeIteratorState |
getEdgeState() |
List<GPXExtension> |
getGpxExtensions() |
double |
getMinDistance() |
boolean |
isEmpty() |
String |
toString() |
public EdgeMatch(com.graphhopper.util.EdgeIteratorState edgeState,
List<GPXExtension> gpxExtension)
public boolean isEmpty()
public com.graphhopper.util.EdgeIteratorState getEdgeState()
public List<GPXExtension> getGpxExtensions()
public double getMinDistance()
Copyright © 2012–2018. All rights reserved.