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
|
void |
setEdgeMatches(List<EdgeMatch> edgeMatches) |
void |
setGPXEntriesLength(double gpxEntriesLength) |
void |
setGPXEntriesMillis(long gpxEntriesMillis) |
void |
setMatchLength(double matchLength) |
void |
setMatchMillis(long matchMillis) |
String |
toString() |
public void setGPXEntriesLength(double gpxEntriesLength)
public void setGPXEntriesMillis(long gpxEntriesMillis)
public void setMatchLength(double matchLength)
public void setMatchMillis(long matchMillis)
public double getGpxEntriesLength()
public long getGpxEntriesMillis()
public double getMatchLength()
public long getMatchMillis()
Copyright © 2012–2018. All rights reserved.