Uses of Class
de.monarchy.guideme.util.RoutePoint

Packages that use RoutePoint
de.monarchy.guideme.data   
de.monarchy.guideme.main   
de.monarchy.guideme.map   
de.monarchy.guideme.map.nutiteq   
de.monarchy.guideme.routing   
de.monarchy.guideme.routing.nutiteq   
de.monarchy.guideme.view   
 

Uses of RoutePoint in de.monarchy.guideme.data
 

Methods in de.monarchy.guideme.data that return RoutePoint
 RoutePoint[] PersonalLocation.getRoute()
          Returns the last route calculated by the service.
 

Methods in de.monarchy.guideme.data with parameters of type RoutePoint
 void PersonalLocation.onRouteCalculated(RoutePoint[] points)
           
 

Uses of RoutePoint in de.monarchy.guideme.main
 

Methods in de.monarchy.guideme.main with parameters of type RoutePoint
 void RoutingListener.routingDone(RoutePoint[] points)
          Callback method indicating a new route has been calculated.
 

Uses of RoutePoint in de.monarchy.guideme.map
 

Methods in de.monarchy.guideme.map with parameters of type RoutePoint
abstract  void MapWrapper.setRoute(RoutePoint[] route)
          Callback method indicating a new route has been calculated.
 

Uses of RoutePoint in de.monarchy.guideme.map.nutiteq
 

Methods in de.monarchy.guideme.map.nutiteq with parameters of type RoutePoint
 void NutiteqWrapper.setRoute(RoutePoint[] routePoints)
           
 

Uses of RoutePoint in de.monarchy.guideme.routing
 

Methods in de.monarchy.guideme.routing that return RoutePoint
 RoutePoint[] RoutingComponent.findRoute(GeoCoordinate from, GeoCoordinate to)
          Calls the routing service synchronously to receive a route between two points.
 RoutePoint[] RoutingComponent.findRoute(GeoCoordinate from, GeoCoordinate to, GeoCoordinate... via)
          Calls the routing service synchronously to receive a route between two points.
 

Methods in de.monarchy.guideme.routing with parameters of type RoutePoint
 void RoutingListener.onRouteCalculated(RoutePoint[] points)
          Delivers a route to the Listener.
 

Uses of RoutePoint in de.monarchy.guideme.routing.nutiteq
 

Methods in de.monarchy.guideme.routing.nutiteq that return RoutePoint
 RoutePoint[] NutiteqRouting.findRoute(GeoCoordinate from, GeoCoordinate to)
           
 RoutePoint[] NutiteqRouting.findRoute(GeoCoordinate from, GeoCoordinate to, GeoCoordinate... via)
           
 

Uses of RoutePoint in de.monarchy.guideme.view
 

Methods in de.monarchy.guideme.view with parameters of type RoutePoint
 void CombinationView.routingDone(RoutePoint[] points)
           
 void FlatArrow.setRoute(RoutePoint[] way)
          Sets a new route to the arrow.