Class FileReference

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

public final class FileReference extends Object

A class that provides information for a file reference.

  • Field Details

    • hostTileId

      public int hostTileId

      The tile where the element is defined.

    • fileName

      @NonNull public String fileName

      file name including file extension

    • type

      @NonNull public FileReferenceType type

      Identifies which type of file is (toll, junction view, etc...)

    • catalogHandle

      public int catalogHandle

      Catalog index where the file is stored.

  • Constructor Details

    • FileReference

      public FileReference(int hostTileId, @NonNull String fileName, @NonNull FileReferenceType type, int catalogHandle)

      Creates a new instance.

      Parameters:
      hostTileId -

      The tile where the element is defined.

      fileName -

      file name including file extension

      type -

      Identifies which type of file is (toll, junction view, etc...)

      catalogHandle -

      Catalog index where the file is stored.

  • Method Details