#import <SYMapLoaderTasks.h>
Instance Methods | |
(void) | - completeWithMapArray:result: |
![]() | |
(void) | - setupWithHandle: |
(void) | - setTaskStatus: |
![]() | |
(void) | - cancel |
Cancel running task. If task is not running, or already finished, does nothing. More... | |
(void) | - setTaskStatus: [implementation] |
Properties | |
SYMapLoaderMapArrayCompletionBlock | completion |
![]() | |
sygm_handle_t | handle |
![]() | |
SYTaskStatus | status |
Task status. More... | |
NSString * | statusInfo |
Additional info which may be used to describe the task status further. More... | |
- (void) completeWithMapArray: | (NSArray< SYCountryIso * > *_Nonnull) | mapArray | |
result: | (SYMapLoaderResult) | result | |
|
readwriteatomiccopy |