A position data source which gets updates from CLLocationManager. More...
#import <SYPositionDataSource.h>


Instance Methods | |
| (void) | - start |
| Notifies the data source that position updates should start. More... | |
| (void) | - stop |
| Notifies the data source that position updates should stop. More... | |
Instance Methods inherited from SYPositionDataSource | |
| ((unavailable("Use createWithCompletion method instead.") | - __attribute__ |
Class Methods | |
| (void) | + createWithCompletion: |
| Asynchronously create the class instance. More... | |
Class Methods inherited from SYPositionDataSource | |
| ((unavailable("Use createWithCompletion method instead.") | + __attribute__ |
Additional Inherited Members | |
Properties inherited from SYPositionDataSource | |
| BOOL | backgroundUpdatesEnabled |
| Indicates whether or not position updates should continue when the app is sent to the background. Default value is NO; The position data source in use must support background updates in order to use positioning-dependent features such as navigation in the background. More... | |
A position data source which gets updates from CLLocationManager.
| + (void) createWithCompletion: | (nonnull SYCreateDevicePositionSourceBlock) | completion |
Asynchronously create the class instance.
| - (void) start |
Notifies the data source that position updates should start.
Implements SYPositionDataSource.
| - (void) stop |
Notifies the data source that position updates should stop.
Implements SYPositionDataSource.