Class OCMSegmentId

java.lang.Object
com.here.sdk.mapdata.OCMSegmentId

public final class OCMSegmentId extends Object

OCM Segment ID of particular matched SegmentReference from OCM map, represented in form: Tile + Local ID's .

Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

  • Field Details

    • tilePartitionId

      public int tilePartitionId

      Here tile partition id (Morton-encoding + level indicator) of the segment.

    • localId

      public int localId

      Local ID of the segment inside the OCM tile.

  • Constructor Details

    • OCMSegmentId

      public OCMSegmentId()

      Creates a new instance.

  • Method Details