public class MatchResult extends Object
| Constructor and Description |
|---|
MatchResult(List<EdgeMatch> edgeMatches) |
| Modifier and Type | Method and Description |
|---|---|
List<EdgeMatch> |
getEdgeMatches()
All possible assigned edges.
|
double |
getGpxEntriesLength()
Length of the original GPX track in meters
|
long |
getGpxEntriesMillis()
Length of the original GPX track in milliseconds
|
double |
getMatchLength()
Length of the map-matched road in meters
|
long |
getMatchMillis()
Length of the map-matched road in milliseconds
|
com.graphhopper.routing.Path |
getMergedPath() |
void |
setEdgeMatches(List<EdgeMatch> edgeMatches) |
void |
setGPXEntriesLength(double gpxEntriesLength) |
void |
setGPXEntriesMillis(long gpxEntriesMillis) |
void |
setMatchLength(double matchLength) |
void |
setMatchMillis(long matchMillis) |
void |
setMergedPath(com.graphhopper.routing.Path mergedPath) |
String |
toString() |
public void setGPXEntriesLength(double gpxEntriesLength)
public void setGPXEntriesMillis(long gpxEntriesMillis)
public void setMatchLength(double matchLength)
public void setMatchMillis(long matchMillis)
public void setMergedPath(com.graphhopper.routing.Path mergedPath)
public double getGpxEntriesLength()
public long getGpxEntriesMillis()
public double getMatchLength()
public long getMatchMillis()
public com.graphhopper.routing.Path getMergedPath()
Copyright © 2012–2018. All rights reserved.