SYPositioning Class Reference

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>

Inheritance diagram for SYPositioning:
Collaboration diagram for SYPositioning:

Instance Methods

(void) - startUpdatingPosition
 Start updating position. More...
 
(void) - stopUpdatingPosition
 Stop updating position. More...
 

Properties

id< SYPositioningDelegatedelegate
 SYPositioning delegate. More...
 

Detailed Description

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

Method Documentation

◆ startUpdatingPosition

- (void) startUpdatingPosition

Start updating position.

◆ stopUpdatingPosition

- (void) stopUpdatingPosition

Stop updating position.

Property Documentation

◆ delegate

- (id<SYPositioningDelegate>) delegate
readwritenonatomicweak

SYPositioning delegate.


The documentation for this class was generated from the following file: