| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Route | |
|---|---|
| citysdk.tourism.client.parser | Package for the library parsers and deserializers. | 
| citysdk.tourism.client.poi.lists | Package for the list of W3C objects. | 
| citysdk.tourism.client.requests | Package for the library client stub. | 
| Uses of Route in citysdk.tourism.client.parser | 
|---|
| Methods in citysdk.tourism.client.parser that return Route | |
|---|---|
|  Route | JsonParser.parseJsonAsRoute()Parses the JSON as a Route. | 
| Uses of Route in citysdk.tourism.client.poi.lists | 
|---|
| Methods in citysdk.tourism.client.poi.lists that return Route | |
|---|---|
|  Route | ListRoute.get(int i)Gets a given Route. | 
| Methods in citysdk.tourism.client.poi.lists that return types with arguments of type Route | |
|---|---|
|  java.util.List<Route> | ListRoute.getRoutes()Gets all the routes. | 
| Methods in citysdk.tourism.client.poi.lists with parameters of type Route | |
|---|---|
|  void | ListRoute.addRoute(Route route)Adds a Route. | 
| Uses of Route in citysdk.tourism.client.requests | 
|---|
| Methods in citysdk.tourism.client.requests that return Route | |
|---|---|
|  Route | TourismClient.getRoute(java.lang.String routeBase,
         java.lang.String routeId)Returns the description of a given Route and its POIs. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||