The interface used to create a custom position source for SYPositioningManager. 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... | |
Properties | |
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... | |
The interface used to create a custom position source for SYPositioningManager.
- (void) start |
Notifies the data source that position updates should start.
Implemented in SYDevicePositionSource.
- (void) stop |
Notifies the data source that position updates should stop.
Implemented in SYDevicePositionSource.
|
readwritenonatomicassign |
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.