VMDZipFileCollection

constructor(mapZipFile: VMDFile, extractionFilePath: String)

Parameters

mapZipFile
extractionFilePath

The path the zip folder will be extracted to. Typically, you will want to extract these files to a temporary directory. For Android: context.getCacheDir().getAbsolutePath(). For Java: (Files.createTempDirectory("MAP_FILES_")).toString()