CCHMapClusterControllerDelegate Protocol Reference
Conforms to | NSObject |
Declared in | CCHMapClusterControllerDelegate.h |
Instance Methods
mapClusterController:subtitleForMapClusterAnnotation:
Returns the subtitle for a cluster annotation.
- (NSString *)mapClusterController:(CCHMapClusterController *)mapClusterController subtitleForMapClusterAnnotation:(CCHMapClusterAnnotation *)mapClusterAnnotation
Parameters
- mapClusterController
The cluster controller sending the message.
- mapClusterAnnotation
The cluster annotation.
Declared In
CCHMapClusterControllerDelegate.h
mapClusterController:titleForMapClusterAnnotation:
Returns the title for a cluster annotation.
- (NSString *)mapClusterController:(CCHMapClusterController *)mapClusterController titleForMapClusterAnnotation:(CCHMapClusterAnnotation *)mapClusterAnnotation
Parameters
- mapClusterController
The cluster controller sending the message.
- mapClusterAnnotation
The cluster annotation.
Declared In
CCHMapClusterControllerDelegate.h
mapClusterController:willReuseMapClusterAnnotation:
Called before the given cluster annotation is reused for a cell.
- (void)mapClusterController:(CCHMapClusterController *)mapClusterController willReuseMapClusterAnnotation:(CCHMapClusterAnnotation *)mapClusterAnnotation
Parameters
- mapClusterController
The cluster controller sending the message.
- mapClusterAnnotation
The cluster annotation that’s reused. Its properties are updated to reflect the current state.
Declared In
CCHMapClusterControllerDelegate.h