Class HereMapContentReference
java.lang.Object
com.here.platform.location.integration.optimizedmap.geospatial.HereMapContentReference
- All Implemented Interfaces:
Serializable
,scala.Equals
,scala.Product
,scala.Serializable
Uniquely identifies a
Vertex
by its direction and
the HERE Map Content segment it is associated with.
param: partitionId The HERE Map Content partition containing the referenced segment param: segmentId The identifier of the vertex's associated segment in HERE Map Content param: direction The direction of the vertex relative to its associated segment
- See Also:
- Note:
- The
partitionId
is not the vertex's partition in Optimized Map for Location Library
-
Constructor Summary
ConstructorsConstructorDescriptionHereMapContentReference
(PartitionId partitionId, SegmentId segmentId, com.here.platform.location.inmemory.graph.Direction direction) -
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
-
HereMapContentReference
public HereMapContentReference(PartitionId partitionId, SegmentId segmentId, com.here.platform.location.inmemory.graph.Direction direction)
-
-
Method Details
-
apply
public abstract static R apply(T1 v1, T2 v2, T3 v3) -
toString
-
partitionId
-
segmentId
-
direction
public com.here.platform.location.inmemory.graph.Direction direction()
-