java.lang.Object
com.here.platform.location.integration.optimizedmap.graph.MappingTile

public class MappingTile extends Object
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 Details

    • MappingTile

      public MappingTile(TileId tileId, long[] segmentTileIds, String[] segmentIds)
  • Method Details

    • segmentIds

      public String[] segmentIds()
    • segmentTileIds

      public long[] segmentTileIds()
    • tileId

      public TileId tileId()