unloadMapFiles

fun unloadMapFiles(folder: String, files: Array<String>?): Error?

Unload map files.

Return

an Error or null if no error occurred.

Parameters

folder

Absolute path of the folder containing map files ( files with the extension ".svs")

files

List of files to unload. If the list is null all the files within the folder will be unloaded.