public class Route extends Object
| Constructor and Description |
|---|
Route() |
Route(Integer distance,
Integer duration,
List<org.locationtech.jts.geom.CoordinateXY> route) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getDistance() |
Integer |
getDuration() |
List<org.locationtech.jts.geom.CoordinateXY> |
getRoute() |
void |
setDistance(Integer distance) |
void |
setDuration(Integer duration) |
void |
setRoute(List<org.locationtech.jts.geom.CoordinateXY> route) |
public Integer getDistance()
public void setDistance(Integer distance)
public Integer getDuration()
public void setDuration(Integer duration)
public List<org.locationtech.jts.geom.CoordinateXY> getRoute()
public void setRoute(List<org.locationtech.jts.geom.CoordinateXY> route)
Copyright © 2019. All rights reserved.