Callback messages sent by the SYMapLoader. 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 <SYMapLoader.h>
Callback messages sent by the SYMapLoader. 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.
◆ mapLoader:didFinishResumedInstallWithResult:forMap:()
- (void) mapLoader: |
|
(nonnull SYMapLoader *) |
maploader |
didFinishResumedInstallWithResult: |
|
(SYMapLoaderResult) |
result |
forMap: |
|
(nonnull SYCountryIso *) |
map |
|
|
| |
|
optional |
Called when SYMapLoader::installMapPackage: method is completed.
- Parameters
-
maploader | The SYMapLoader instance sending the callback. |
result | The SYMapLoaderResult for this operation |
map | The SYCountryIso for this operation. |
◆ mapLoader:didUpdateMapInstallProgress:forMap:()
- (void) mapLoader: |
|
(nonnull SYMapLoader *) |
maploader |
didUpdateMapInstallProgress: |
|
(nonnull SYMapInstallProgress *) |
progress |
forMap: |
|
(nonnull SYCountryIso *) |
map |
|
|
| |
|
optional |
Called when progress of SYMapLoader::installMapPackage: method is changed.
- Parameters
-
maploader | The SYMapLoader instance sending the callback. |
progress | The SYMapInstallProgress containing progress information. |
map | The SYCountryIso for this operation. |
The documentation for this protocol was generated from the following file: