Class MappingTile
java.lang.Object
com.here.platform.location.integration.optimizedmap.graph.MappingTile
Contains the mapping data for a single tile.
The data allows mapping between Location Library
Vertices and
HERE Map Content Segments.
segmentTileIds and segmentIds are parallel arrays that specify the
HERE Map Content partition and URI of HERE Map Content Segments.
The information for Segments is stored in the same order as the vertices in the corresponding
routinggraph GraphTile.
As in UndirectedPropertyTile,
there is one entry for every pair of vertices corresponding to the same Segment.
See also
param: segmentTileIds The ids
- Note:
- Although this object contains Arrays, you should treat it as immutable.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MappingTile
-
-
Method Details
-
segmentIds
-
segmentTileIds
public long[] segmentTileIds() -
tileId
-