downloadFile abstract method

List<Uint8List> downloadFile(
  1. List<FileReference> fileReferences,
  2. DownloadingFileOptions downloadingOptions
)

Synchronously load the optional image providing guidance of a directed or non directed segment.

  • fileReferences Provides information for a file reference.

  • downloadingOptions Provides information regarding downloading configuration.

Returns List<Uint8List>. Requested data of a segment.

Throws MapDataLoaderExceptionException. Specifies reason, why list of data of a segment is not returned.

Implementation

List<Uint8List> downloadFile(List<FileReference> fileReferences, DownloadingFileOptions downloadingOptions);