<SYMapInstallerDelegate> Protocol Reference

Callback messages sent by the SYMapInstaller. The callbacks correspond to specific map loader functionality. Only one delegate may be installed on the map loader at a time, using the setDelegate method. More...

#import <SYMapInstaller.h>

Inheritance diagram for <SYMapInstallerDelegate>:
Collaboration diagram for <SYMapInstallerDelegate>:

Instance Methods

(void) - mapInstaller:didUpdateMapInstallProgress:forMap:
 Called when progress of SYMapInstaller::installMapPackage: method is changed. Progress of MapInstaller's Resource file(s) is reported by this callback message. It is represented by the ISO code "xr". More...
 
(void) - mapInstaller:didFinishResumedInstallWithResult:forMap:
 Called when SYMapLoader::installMapPackage: method is completed. More...
 

Detailed Description

Callback messages sent by the SYMapInstaller. The callbacks correspond to specific map loader functionality. Only one delegate may be installed on the map loader at a time, using the setDelegate method.

Method Documentation

◆ mapInstaller:didUpdateMapInstallProgress:forMap:

- (void) mapInstaller: (nonnull SYMapInstaller *)  mapinstaller
didUpdateMapInstallProgress: (nonnull SYMapInstallProgress *)  progress
forMap: (nonnull SYCountryIso *)  map 
optional

Called when progress of SYMapInstaller::installMapPackage: method is changed. Progress of MapInstaller's Resource file(s) is reported by this callback message. It is represented by the ISO code "xr".

Parameters
mapinstallerThe SYMapInstaller instance sending the callback.
progressThe SYMapInstallProgress containing progress information.
mapThe SYCountryIso for this operation.

◆ mapInstaller:didFinishResumedInstallWithResult:forMap:

- (void) mapInstaller: (nonnull SYMapInstaller *)  mapinstaller
didFinishResumedInstallWithResult: (SYMapInstallerResult)  result
forMap: (nonnull SYCountryIso *)  map 
optional

Called when SYMapLoader::installMapPackage: method is completed.

Parameters
mapinstallerThe SYMapInstaller instance sending the callback.
resultThe SYMapLoaderResult for this operation
mapThe SYCountryIso for this operation.

The documentation for this protocol was generated from the following file: