Conforms to CLLocationManagerDelegate
Declared in MMLocationManagerDelegate.h

Overview

  • Delegate interface that defines a class that

  • will track a user’s location.

Tasks

Instance Methods

getLatestLocation

  • Returns that user’s last known location.
- (RACSignal *)getLatestLocation

Discussion

*

  • @return A CLLocation object containing

  •    the user's last known location.
    

Declared In

MMLocationManagerDelegate.h

initWithLocationManager:

  • Initializes a new location manager with a given
- (id)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