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.

Note that this class needs bluetooth information to do its work. In case bluetooth access is off, or permissions are denied, an error will be returned to the delegate. It can be thrown at the initial checking or at any moment during the positioning.

+ 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