Inherits from NSObject
Conforms to MKAnnotation
Declared in CCHMapClusterAnnotation.h
CCHMapClusterAnnotation.m

Overview

Container for clustered annotations.

Properties

annotations

Annotations contained in this cluster.

@property (nonatomic, copy) NSSet *annotations

Declared In

CCHMapClusterAnnotation.h

coordinate

The center point of the annotation.

@property (nonatomic, assign) CLLocationCoordinate2D coordinate

Declared In

CCHMapClusterAnnotation.h

delegate

Custom titles and subtitles are retrieved via this delegate.

@property (nonatomic, weak) id<CCHMapClusterControllerDelegate> delegate

Declared In

CCHMapClusterAnnotation.h

subtitle

The string containing the annotation’s subtitle.

@property (nonatomic, copy) NSString *subtitle

Declared In

CCHMapClusterAnnotation.h

title

The string containing the annotation’s title.

@property (nonatomic, copy) NSString *title

Declared In

CCHMapClusterAnnotation.h

Instance Methods

isCluster

Returns YES if this cluster contains more than one annotation.

- (BOOL)isCluster

Declared In

CCHMapClusterAnnotation.h

isOneLocation

Returns YES if all annotations in this cluster are at the same location.

- (BOOL)isOneLocation

Declared In

CCHMapClusterAnnotation.h

mapRect

The area that includes all annotations.

- (MKMapRect)mapRect

Declared In

CCHMapClusterAnnotation.h