Class ClosedLinearLocation
java.lang.Object
com.here.platform.location.referencing.ClosedLinearLocation
- All Implemented Interfaces:
ReferencingLocation,Serializable,scala.Equals,scala.Product
public class ClosedLinearLocation
extends Object
implements ReferencingLocation, scala.Product, 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 Summary
ConstructorsConstructorDescriptionClosedLinearLocation(List<Vertex> path) ClosedLinearLocation(scala.collection.immutable.Seq<Vertex> path) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface scala.Equals
canEqual, equalsMethods inherited from interface scala.Product
productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
-
Constructor Details
-
ClosedLinearLocation
-
ClosedLinearLocation
-
-
Method Details
-
apply
public abstract static R apply(T1 v1) -
toString
-
path
-
getPath
-