get Cached Map Descriptor
Get the cached map descriptor.
Return
The map bundle descriptor that has been downloaded by the SDK. Will return null if the map hash doesn't have a corresponding downloaded map within the phone.
Since
1.21
VMEMapDescriptor mapCachedFromAsset = mMapController.getCachedMapDescriptor("asset://map_bundle_theme.zip");
VMEMapDescriptor mapCachedFromOnline = mMapController.getCachedMapDescriptor("mc8f3fec89d2b7283d15cfcf4eb28a0517428f054");
Content copied to clipboard
Parameters
identifier
The map hash or map path who's map descriptor is to be retrieved.