public class RouteSummary extends Object
Constructor and Description |
---|
RouteSummary(DurationTime totalTime,
Distance distance,
com.nutiteq.components.Envelope boundingBox) |
Modifier and Type | Method and Description |
---|---|
com.nutiteq.components.Envelope |
getBoundingBox()
Best view for full route
|
Distance |
getDistance()
Distance of this route
|
DurationTime |
getTotalTime()
Total time for the route
|
String |
toString() |
public RouteSummary(DurationTime totalTime, Distance distance, com.nutiteq.components.Envelope boundingBox)
totalTime
- total time for the routedistance
- distance of the routeboundingBox
- bounding box for best view of full routepublic DurationTime getTotalTime()
public Distance getDistance()
public com.nutiteq.components.Envelope getBoundingBox()
Copyright © 2014. All rights reserved.