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 Summary
ConstructorsConstructorDescriptionClosedLinearLocation
(List<Vertex> path) ClosedLinearLocation
(scala.collection.Seq<Vertex> path) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface scala.Equals
canEqual, equals
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
-
Constructor Details
-
ClosedLinearLocation
-
ClosedLinearLocation
-
-
Method Details
-
apply
public abstract static R apply(T1 v1) -
toString
-
path
-
getPath
-