Package 

Annotation RouteCalculationMode

  • All Implemented Interfaces:
    java.lang.annotation.Annotation

    @Retention(value = RetentionPolicy.SOURCE) 
    public @interface RouteCalculationMode
    
                        

    Used to pick which mode to use when fetching a route

    Possible types are

    • ONBOARD Use onboard resources to calculate the route
    • OFFBOARD Fetch the route via the network connection
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static int ONBOARD
      public final static int OFFBOARD
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail