Package 

Annotation ContentLevel

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

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

    Annotation class that defines the content level types.

    Possible values are:
    • ETA - route response contains only the summary information with eta.
    • OVERVIEW - route response contains eta, traffic light and shape points of the route.
    • FULL - route response contains eta, traffic light, shape points, edge ids, etc. used to calculate the guidance.
    • INVALID - not set.
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static int ETA
      public final static int OVERVIEW
      public final static int FULL
      public final static int INVALID
    • 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.annotation.Annotation

        annotationType, equals, hashCode, toString
      • Methods inherited from class java.lang.Object

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

    • Method Detail