Inherits from UIView
Conforms to YLAnnotationView
Declared in YLMapAnnotationView.h
YLMapAnnotationView.m

Overview

View for displaying map annotations.

Tasks

Other Methods

  •   mapView

    The MKMapView object used to render the map.

    property

Other Methods

Properties

mapView

The MKMapView object used to render the map.

@property (nonatomic, readonly) MKMapView *mapView

Discussion

The MKMapView object used to render the map.

Declared In

YLMapAnnotationView.h

Instance Methods

didShowPage:

Called when page is shown.

- (void)didShowPage:(NSUInteger)page

Parameters

page

Page number starting from 0.

Discussion

Called when page is shown.

Declared In

YLAnnotationView.h

setAnnotation:

The annotation object represented by this view.

- (void)setAnnotation:(YLAnnotation *)annotation

Discussion

The annotation object represented by this view.

Declared In

YLAnnotationView.h

willHidePage:

Called when page is hidden.

- (void)willHidePage:(NSUInteger)page

Parameters

page

Page number starting from 0.

Discussion

Called when page is hidden.

Declared In

YLAnnotationView.h