OCMapView 1.0
Simple and easy to use clustering mapView.
Public Member Functions
<OCAlgorithmDelegate> Protocol Reference

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.

Detailed Description

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.


Member Function Documentation

- (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.


The documentation for this protocol was generated from the following file:
 All Data Structures Files Functions Variables Enumerations Enumerator Properties