removeGeoDataFile()
The function removes offline map material from the Maps Widget.
Synopsis
void removeGeoDataFile(string filePath)
Parameter
Parameter | Description |
---|---|
filePath | Path to the offline file |
Error
In case the file has not been added before or was already removed an error is shown in the log.
Description
The function removes the offline map material added with addGeoDataFile() from the Maps Widget. Please note that the path has to match what is saved by the widget and has been returned by addGeoDataFile() before.
Assignment
See also
-