VisioMove Essential (iOS)  1.27.8

◆ fetchCustomDataWithSuccessBlock:andErrorBlock:

- (void) fetchCustomDataWithSuccessBlock: (void(^)(void))  successBlock
andErrorBlock: (void(^)(NSError *_Nullable))  errorBlock 

Fetch the custom data from server.

Parameters
successBlockcustom data has been fetched
errorBlockif there was an error fetching custom data.
Example
[self.mMapView refreshCustomDataWithSuccessBlock:^ {
// success - do something with data
NSMutableDictionary* lDict = [self.mMapView getCustomDatafromCache];
} andErrorBlock:^(NSError * lError) {
// error
}];
Version
1.27
© 2022 Copyright Visioglobe, All Rights Reserved. View our Privacy Policy