SYPositioning attach delegate <SYPositioningDelegate> as observer to position updating events from SYPositioningManager. Use the startUpdatingPosition method to begin tracking position, and stopUpdatingPosition to stop. More...
#import <SYPositioning.h>


Instance Methods | |
| (void) | - startUpdatingPositionWithCompletion: |
| Start updating position. More... | |
| (void) | - stopUpdatingPositionWithCompletion: |
| Stop updating position. More... | |
Properties | |
| id< SYPositioningDelegate > | delegate |
| SYPositioning delegate. More... | |
SYPositioning attach delegate <SYPositioningDelegate> as observer to position updating events from SYPositioningManager. Use the startUpdatingPosition method to begin tracking position, and stopUpdatingPosition to stop.
| - (void) startUpdatingPositionWithCompletion: | ("SYPositioningManager startUpdatingPosition instead.") | __deprecated_msg |
Start updating position.
| - (void) stopUpdatingPositionWithCompletion: | ("SYPositioningManager stopUpdatingPosition instead.") | __deprecated_msg |
Stop updating position.
|
readwritenonatomicweak |
SYPositioning delegate.