OCMSegmentId (API Reference)
Package com.here.sdk.mapdata
Class OCMSegmentId
java.lang.Object
com.here.sdk.mapdata.OCMSegmentId
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 Summary
FieldsModifier and TypeFieldDescriptionintLocal ID of the segment inside the OCM tile.intHere tile partition id (Morton-encoding + level indicator) of the segment. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
tilePartitionId
public int tilePartitionIdHere tile partition id (Morton-encoding + level indicator) of the segment.
-
localId
public int localIdLocal ID of the segment inside the OCM tile.
-
-
Constructor Details
-
OCMSegmentId
public OCMSegmentId()Creates a new instance.
-
-
Method Details