MRDClusteredAnnotation Class Reference

Inherits from NSObject
Conforms to MRAnnotation
Declared in MRDClusteredAnnotation.h

Overview

Transient annotation that is created by MRMapView’s implementation when MRMapView’s shouldClusterHighlightedAnnotations flag is set to YES.

  point

Center x and y of the annotation view. The implementation of this property must be KVO compliant.

@property (nonatomic, assign) CGPoint point

Declared In

MRAnnotation.h

  title

Title for use by selection UI.

@property (nonatomic, copy, readonly) NSString *title

Declared In

MRAnnotation.h

  minimumZoomLevel

Gets the minimum zoom level (inclusive) at which this annotation should be displayed. If not implemented, the annotation will be displayed at every zoom level. Return MRZoomLevelWorld to always display when map is zoomed all the way out

@property (nonatomic, assign, readonly) MRZoomLevel minimumZoomLevel

Declared In

MRAnnotation.h

  maximumZoomLevel

Gets the maximum zoom level (inclusive) at which this annotation should be displayed. If not implemented, the annotation will be displayed at every zoom level. Return MRZoomLevelAtom to always display when map is zoomed all the way in

@property (nonatomic, assign, readonly) MRZoomLevel maximumZoomLevel

Declared In

MRAnnotation.h

  zPosition

This property changes the the front-to-back ordering of annotations onscreen.

@property (nonatomic, assign, readonly) CGFloat zPosition

Declared In

MRAnnotation.h

  collides

Sets whether the annotation collides with other annotations. Default is NO if unimplemented.

@property (nonatomic, assign, readonly) BOOL collides

Declared In

MRAnnotation.h