TTLocationSource
Objective-C
@protocol TTLocationSource <NSObject>
Swift
protocol TTLocationSource : NSObjectProtocol
TTLocationSource
-
Activates the provider. The provider will notify the instances periodically, until the user calls deactivate().
Declaration
Objective-C
- (void)activate;
Swift
func activate()
-
Deactivates this provider. The provider does not send any location notifications.
Declaration
Objective-C
- (void)deactivate;
Swift
func deactivate()