loadMapFiles

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

Load 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 load. If the list is null all the files within the folder will be loaded.

key

(Optional) SVS Key of the files.