FileReference (API Reference)
Package com.here.sdk.mapdata
Class FileReference
java.lang.Object
com.here.sdk.mapdata.FileReference
A class that provides information for a file reference.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintCatalog index where the file is stored.file name including file extensionintThe tile where the element is defined.Identifies which type of file is (toll, junction view, etc...) -
Constructor Summary
ConstructorsConstructorDescriptionFileReference(int hostTileId, String fileName, FileReferenceType type, int catalogHandle) Creates a new instance. -
Method Summary
-
Field Details
-
hostTileId
public int hostTileIdThe tile where the element is defined.
-
fileName
file name including file extension
-
type
Identifies which type of file is (toll, junction view, etc...)
-
catalogHandle
public int catalogHandleCatalog 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