9 #import <Foundation/Foundation.h> 10 #import <CoreLocation/CoreLocation.h> 13 @protocol MBGpsLocationDelegate;
20 @protocol MBGpsLocationDelegate <NSObject>
27 - (void)didGpsInfoUpdated:(
MBGpsInfo *)info;
39 @property (nonatomic, weak) id<MBGpsLocationDelegate>
delegate;
Definition: MBGpsInfo.h:14
void stopUpdatingLocation()
BOOL allowsBackgroundLocationUpdates
Definition: MBGpsLocation.h:46
Definition: MBGpsLocation.h:33
id< MBGpsLocationDelegate > delegate
Definition: MBGpsLocation.h:39
void startUpdatingLocation()