CCHMapClusterAnnotation Class Reference
| Inherits from | NSObject |
| Conforms to | MKAnnotation |
| Declared in | CCHMapClusterAnnotation.h CCHMapClusterAnnotation.m |
Tasks
-
titleproperty -
subtitleproperty -
coordinateproperty -
delegateproperty -
annotationsproperty -
– isCluster -
– isOneLocation -
– mapRect
Properties
annotations
Annotations contained in this cluster.
@property (nonatomic, copy) NSSet *annotationsDeclared In
CCHMapClusterAnnotation.hcoordinate
The center point of the annotation.
@property (nonatomic, assign) CLLocationCoordinate2D coordinateDeclared In
CCHMapClusterAnnotation.hdelegate
Custom titles and subtitles are retrieved via this delegate.
@property (nonatomic, weak) id<CCHMapClusterControllerDelegate> delegateDeclared In
CCHMapClusterAnnotation.hsubtitle
The string containing the annotation’s subtitle.
@property (nonatomic, copy) NSString *subtitleDeclared In
CCHMapClusterAnnotation.hInstance Methods
isCluster
Returns YES if this cluster contains more than one annotation.
- (BOOL)isClusterDeclared In
CCHMapClusterAnnotation.hisOneLocation
Returns YES if all annotations in this cluster are at the same location.
- (BOOL)isOneLocationDeclared In
CCHMapClusterAnnotation.hmapRect
The area that includes all annotations.
- (MKMapRect)mapRectDeclared In
CCHMapClusterAnnotation.h