java.lang.Object
com.here.platform.location.core.mapmatching.OffRoad

public class OffRoad extends Object
Represents an "off-road" where a path matcher decides that the corresponding observation occurred outside of the road network.

A few examples might be moving on parking lots, or driving off-track.

  • Constructor Details

    • OffRoad

      public OffRoad()
  • Method Details

    • 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()