VMDZip File Collection
Parameters
map Zip File
extraction File Path
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()