|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.nutiteq.components.Route
public class Route
Data object containing route information from directions service.
| Constructor Summary | |
|---|---|
Route(RouteSummary summary,
Line routeLine,
RouteInstruction[] instructions)
Route from directions service |
|
| Method Summary | |
|---|---|
RouteInstruction[] |
getInstructions()
Get instructios for this route |
Line |
getRouteLine()
Get line for this route |
Place[] |
getRoutePointMarkers(Image[] routeImages)
Get route markers, that can be shown on map. |
RouteSummary |
getRouteSummary()
Get route summary |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Route(RouteSummary summary,
Line routeLine,
RouteInstruction[] instructions)
summary - summary of the routerouteLine - line containing route pointsinstructions - route instructions| Method Detail |
|---|
public RouteSummary getRouteSummary()
public Line getRouteLine()
public RouteInstruction[] getInstructions()
public Place[] getRoutePointMarkers(Image[] routeImages)
DirectionsService
routeImages - images to be used in direction instructions
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||