VisioMove Essential (Android)  1.27.6

◆ deleteCachedMap()

void deleteCachedMap ( String  identifier) throws FileNotFoundException

Deletes a map from the application that has been cached by the SDK.

Parameters
identifierThe map hash or map path associated with the cached map that is to be deleted
Note
If this method is called while the map is loaded, the result is undefined.
Exceptions
FileNotFoundException
Version
1.21
Example
try {
mMapView.deleteCachedMap("asset://map_bundle_theme.zip");
mMapView.deleteCachedMap("mc8f3fec89d2b7283d15cfcf4eb28a0517428f054");
}
catch (FileNotFoundException e) {
e.printStackTrace();
}
© 2022 Copyright Visioglobe, All Rights Reserved. View our Privacy Policy