Inherits from NSObject
Conforms to MMLocationManagerDelegate
Declared in MMLocationManager.h
MMLocationManager.m

Overview

  • An implementation of the MMLocationManagerDelegate

  • protocol. Tracks the user’s current location.

*

Tasks

Other Methods

Other Methods

Class Methods

sharedLocationManager

  • Retrieves a singleton instance of
+ (instancetype)sharedLocationManager

Discussion

  • MMLocationManager

*

  • @return A single instance of MMLocationManager.

Declared In

MMLocationManager.h

Instance Methods

initWithLocationManager:

  • Initializes a new location manager with a given
- (instancetype)initWithLocationManager:(CLLocationManager *)locationManager

Discussion

  • CLLocationManager.

*

  • @param locationManager A CLLocationManager to track

  •                   user's location.
    

*

  • @return An instance of a class that implements MMLocationManagerDelegate.

Declared In

MMLocationManagerDelegate.h