java.lang.Object
com.here.platform.location.integration.optimizedmap.geospatial.HereMapContentReference
All Implemented Interfaces:
Serializable, scala.Equals, scala.Product, scala.Serializable

public class HereMapContentReference extends Object implements 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 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

      public static String toString()
    • partitionId

      public PartitionId partitionId()
    • segmentId

      public SegmentId segmentId()
    • direction

      public com.here.platform.location.inmemory.graph.Direction direction()