MMLocationManagerDelegate Protocol Reference
| Conforms to | CLLocationManagerDelegate |
| Declared in | MMLocationManagerDelegate.h |
Instance Methods
getLatestLocation
- Returns that user’s last known location.
- (RACSignal *)getLatestLocationDiscussion
*
@return A
CLLocationobject containingthe user's last known location.
Declared In
MMLocationManagerDelegate.hinitWithLocationManager:
- Initializes a new location manager with a given
- (id)initWithLocationManager:(CLLocationManager *)locationManagerDiscussion
CLLocationManager.
*
@param locationManager A
CLLocationManagerto trackuser's location.
*
- @return An instance of a class that implements
MMLocationManagerDelegate.
Declared In
MMLocationManagerDelegate.h