MRPointAnnotation Class Reference

Inherits from NSObject
Conforms to MRAnnotation
Declared in MRPointAnnotation.h

Overview

An annotation residing at a particular point on a map. Implements all properties of MRAnnotation protocol.

  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 (nullable, nonatomic, copy) NSString *title

Declared In

MRAnnotation.h

  subtitle

Subtitle for use by selection UI.

@property (nullable, nonatomic, copy) NSString *subtitle

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) 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) MRZoomLevel maximumZoomLevel

Declared In

MRAnnotation.h