![]() |
OCMapView 1.0
Simple and easy to use clustering mapView.
|
Protocol for notifying on Cluster events. NOT in use yet. More...
#import <OCAlgorithms.h>
Public Member Functions | |
(NSArray *) | - algorithmClusteredPartially |
Called when an algorithm finishes a block of calculations. | |
(void) | - algorithmDidBeganClustering |
Called when algorithm starts calculating. | |
(void) | - algorithmDidFinishClustering |
Called when algorithm finishes calculating. |
Protocol for notifying on Cluster events. NOT in use yet.
Implement this protocol if you are using asynchronous clustering algorithms. In fact, there isn't one yet. This just demonstrates where this class will develop to in future.
Definition at line 22 of file OCAlgorithms.h.
- (NSArray *) algorithmClusteredPartially | [required] |
Called when an algorithm finishes a block of calculations.
- (void) algorithmDidBeganClustering | [optional] |
Called when algorithm starts calculating.
- (void) algorithmDidFinishClustering | [optional] |
Called when algorithm finishes calculating.