MMLocationManagerDelegate Protocol Reference
Conforms to | CLLocationManagerDelegate |
Declared in | MMLocationManagerDelegate.h |
Instance Methods
getLatestLocation
- Returns that user’s last known location.
- (RACSignal *)getLatestLocation
Discussion
*
@return A
CLLocation
object containingthe 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 trackuser's location.
*
- @return An instance of a class that implements
MMLocationManagerDelegate
.
Declared In
MMLocationManagerDelegate.h