VMDAssetFileCollection

constructor(assetManager: AssetManager, venueId: String, baseDirectory: String = String.format("venue_map_%s/", venueId), mapProvider: MapProvider?, destinationDirectory: String)

Constructor

Since

2.0

Parameters

assetManager

your activity's asset manager.

venueId

name of the venue.

mapProvider

map provider used (MapLibre or Google Maps).

destinationDirectory

path where assets files will be copied to.

Throws

in case version >= 2.1 is used and mapProvider is null


constructor(assetManager: AssetManager?, baseDirectory: String)

Deprecated

Deprecated since 2.0. Use {@link #VMDAssetFileCollection(AssetManager, String, MapProvider, String) VMDAssetFileCollection(AssetManager, String, MapProvider, String)} instead.

Constructor

Parameters

assetManager

your activity's asset manager.

baseDirectory

File path for the files located inside of the assets folder.