VMDAsset File Collection
constructor(assetManager: AssetManager, venueId: String, baseDirectory: String = String.format("venue_map_%s/", venueId), mapProvider: MapProvider?, destinationDirectory: String)
Constructor
Since
2.0
Parameters
asset Manager
your activity's asset manager.
venue Id
name of the venue.
map Provider
map provider used (MapLibre or Google Maps).
destination Directory
path where assets files will be copied to.
Throws
in case version >= 2.1 is used and mapProvider is null
Deprecated
Deprecated since 2.0. Use {@link #VMDAssetFileCollection(AssetManager, String, MapProvider, String) VMDAssetFileCollection(AssetManager, String, MapProvider, String)} instead.
Constructor
Parameters
asset Manager
your activity's asset manager.
base Directory
File path for the files located inside of the assets folder.