VMDFile Collection
constructor()
Create a new file collection
Constructor.
Parameters
map Xml File
VMDFile that contains the xml map data.
map Geojson Files
VMDFile that contains additional geojson map data.
constructor(mapXmlFile: VMDFile?, mapGeojsonFiles: Array<VMDFile?>, customMapInfoJsonFile: VMDFile?)
Constructor.
Parameters
map Xml File
VMDFile that contains the xml map data.
map Geojson Files
VMDFile that contains additional geojson map data.
custom Map Info Json File
VMDFile that contains additional json data that can overwrite values from previous files.
Constructor that assumes default file names are used, and that they are stored locally.
Parameters
base Directory
Absolute directory where the files are located locally.
Constructor that assumes default file names are used, and that they are stored remotely. Should be absolute url.
Parameters
base Url
Absolute directory path where the files are stored remotely.