downloadFile abstract method
- List<
FileReference> fileReferences, - DownloadingFileOptions downloadingOptions
Synchronously load the optional image providing guidance of a directed or non directed segment.
-
fileReferencesProvides information for a file reference. -
downloadingOptionsProvides 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);