Class TileSource.TileMetadata

  • java.lang.Object
    • com.here.sdk.mapview.datasource.TileSource.TileMetadata
  • Enclosing interface:
    TileSource

    public static final class TileSource.TileMetadata
    extends java.lang.Object

    Tile metadata.

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • dataExpiryTimestamp

        @NonNull
        public java.util.Date dataExpiryTimestamp

        Tile data expiry timestamp, relative to Epoch. Sub-second time-points are not supported.

    • Constructor Detail

      • TileMetadata

        public TileMetadata​(@NonNull
                            TileSource.DataVersion dataVersion,
                            @NonNull
                            java.util.Date dataExpiryTimestamp)

        Creates a new instance.

        Parameters:
        dataVersion -

        Tile data version.

        dataExpiryTimestamp -

        Tile data expiry timestamp, relative to Epoch. Sub-second time-points are not supported.