public class MapMatchingTracepoint extends DirectionsWaypoint
DirectionsWaypoint object with two additional fields.| Constructor and Description |
|---|
MapMatchingTracepoint() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMatchingsIndex()
Index to the match object in matchings the sub-trace was matched to.
|
int |
getWaypointIndex()
Index of the waypoint inside the matched route.
|
void |
setMatchingsIndex(int matchingsIndex)
Index value
|
void |
setWaypointIndex(int waypointIndex)
Index value
|
asPosition, getLocation, getName, setLocation, setNamepublic int getMatchingsIndex()
public void setMatchingsIndex(int matchingsIndex)
matchingsIndex - valuepublic int getWaypointIndex()
public void setWaypointIndex(int waypointIndex)
waypointIndex - value