Inherits from UIBarButtonItem
Declared in RMUserTrackingBarButtonItem.h

Overview

An RMUserTrackingBarButtonItem object is a specialized bar button item that allows the user to toggle through the user tracking modes. For example, when the user taps the button, the map view toggles between tracking the user with and without heading. The button also reflects the current user tracking mode if set elsewhere. This bar button item is associated to a single map view.

Tasks

Initializing

Accessing Properties

Properties

mapView

The map view associated with this bar button item.

@property (nonatomic, strong) IBOutlet RMMapView *mapView

Discussion

The map view associated with this bar button item.

Declared In

RMUserTrackingBarButtonItem.h

Instance Methods

initWithMapView:

Initializes a newly created bar button item with the specified map view.

- (id)initWithMapView:(RMMapView *)mapView

Parameters

mapView

The map view used by this bar button item.

Return Value

The initialized bar button item.

Discussion

Initializes a newly created bar button item with the specified map view.

Declared In

RMUserTrackingBarButtonItem.h