Provides interface for adding/removing incidents to map. More...
#import <SYIncidentsManager.h>


Instance Methods | |
| ((unavailable("Use +[SYIncidentsManager shared] instead.") | - __attribute__ |
| (void) | - addIncidents:completion: |
| (void) | - removeIncidentsWithIds:completion: |
| (void) | - removeAllIncidentsWithCompletion: |
Class Methods | |
| (nullable SYIncidentsManager *) | + shared |
| Returns SYIncidentsManager singleton instance (or nil if SygicMaps SDK is not initialized). More... | |
| ((unavailable("Use +[SYIncidentsManager shared] instead.") | + __attribute__ |
Provides interface for adding/removing incidents to map.
| + (nullable SYIncidentsManager*) shared |
Returns SYIncidentsManager singleton instance (or nil if SygicMaps SDK is not initialized).
| - ((unavailable("Use +[SYIncidentsManager shared] instead.") __attribute__ |
| + ((unavailable("Use +[SYIncidentsManager shared] instead.") __attribute__ |
| - (void) addIncidents: | (nonnull NSArray< SYIncidentData * > *) | incidents | |
| completion: | (nonnull SYIncidentsManagerDefaultCompletionBlock) | completion | |
| - (void) removeIncidentsWithIds: | (nonnull NSArray< SYIncidentId * > *) | ids | |
| completion: | (nonnull SYIncidentsManagerDefaultCompletionBlock) | completion | |
| - (void) removeAllIncidentsWithCompletion: | (nonnull SYIncidentsManagerDefaultCompletionBlock) | completion |