java.lang.Object
com.here.platform.location.integration.optimizedmap.navigationattributes.ThroughRoute

public class ThroughRoute extends Object
Indicates the continuation of the main road through an intersection. Through Route can be used in guidance messaging to either give no guidance when following the main road or to give specific guidance, such as "turn left to follow the main road".
  • Constructor Details

    • ThroughRoute

      public ThroughRoute()
  • Method Details

    • getInstance

      public static ThroughRoute getInstance()
    • canEqual

      public abstract static boolean canEqual(Object that)
    • equals

      public abstract static boolean equals(Object that)
    • productElement

      public abstract static Object productElement(int n)
    • productArity

      public abstract static int productArity()
    • productIterator

      public static scala.collection.Iterator<Object> productIterator()
    • productPrefix

      public static String productPrefix()