VMDAsset File Collection
This class contains a collection of VMDFiles that are located in the "assets" folder of an Android project. It also assumes that the files have the default file names.
Since
1.1
Constructors
Link copied to clipboard
Constructor
constructor(assetManager: AssetManager, venueId: String, baseDirectory: String = String.format("venue_map_%s/", venueId), mapProvider: MapProvider?, destinationDirectory: String)
Constructor
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
An instance of this class will not have any zip files to unzip. This method's logic is implemented in a subclass. NOTE: It might be a better practice to create an interface for the file collection. This was added instead, so that the method signatures didn't have to change for the existing sdk methods.