VisioMove Essential (iOS)  1.27.8

◆ getCachedMapDescriptorWithIdentifier:

- (VMEMapDescriptor *_Nullable) getCachedMapDescriptorWithIdentifier: (NSString *_Nonnull)  identifier

Get cached Map descriptor.

Parameters
identifierThe map hash who's map descriptor is to be retrieved.
Returns
The map bundle descriptor that has been downloaded by the SDK. Will return nil if the map hash doesn't have a corresponding downloaded map within the phone.
Note
This method will not return the map descriptor of the application's embedded map.
Version
1.21
Example
VMEMapDescriptor* mapCachedFromOnline = [self.mapView getCachedMapDescriptorWithIdentifier:@"mc8f3fec89d2b7283d15cfcf4eb28a0517428f054"];
The map descriptor object contains information related to it's associated map bundle.
Definition: VMEMapDescriptor.h:14
© 2022 Copyright Visioglobe, All Rights Reserved. View our Privacy Policy