SITLocationManager Class Reference
Inherits from | NSObject |
---|---|
Conforms to | SITLocationInterface |
Declared in | SITLocationManager.h |
Overview
SITLocationManager The SITLocationManager class is the central point for configuring the delivery of location- and headind related events to your app. You use the shared instance of this class to establish the parameters that determine when location and heading events should be delivered and to start and stop the actual delivery of those events.
Set delegate to listen for location updates.
+ sharedInstance
Singleton instance
+ (instancetype)sharedInstance
Return Value
An initialized object
Discussion
You should always use this method to obtain the manager object and should not try to create instances directly
Declared In
SITLocationManager.h
delegate
Object that conforms to the SITLocationDelegate Protocol
@property (nonatomic, weak) id<SITLocationDelegate> delegate
Declared In
SITLocationManager.h