Class ClosedLinearLocation

java.lang.Object
com.here.platform.location.referencing.ClosedLinearLocation
All Implemented Interfaces:
ReferencingLocation, Serializable, scala.Equals, scala.Product, scala.Serializable

public class ClosedLinearLocation extends Object implements ReferencingLocation, scala.Product, scala.Serializable
A closed path in the road network expressed in the Location Library's data model.

param: path The vertices for this location.

The vertices are expected to be connected and traversable in the order in which they appear.

See Also:
  • Constructor Details

    • ClosedLinearLocation

      public ClosedLinearLocation(scala.collection.Seq<Vertex> path)
    • ClosedLinearLocation

      public ClosedLinearLocation(List<Vertex> path)
  • Method Details

    • apply

      public abstract static R apply(T1 v1)
    • toString

      public static String toString()
    • path

      public scala.collection.Seq<Vertex> path()
    • getPath

      public List<Vertex> getPath()