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>
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.
◆ 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
-
◆ mapInstaller:didFinishResumedInstallWithResult:forMap:
- (void) mapInstaller: |
|
(nonnull SYMapInstaller *) |
mapinstaller |
didFinishResumedInstallWithResult: |
|
(SYMapInstallerResult) |
result |
forMap: |
|
(nonnull SYCountryIso *) |
map |
|
|
| |
|
optional |
Called when SYMapLoader::installMapPackage: method is completed.
- Parameters
-
mapinstaller | The SYMapInstaller instance sending the callback. |
result | The SYMapLoaderResult for this operation |
map | The SYCountryIso for this operation. |
The documentation for this protocol was generated from the following file: