SYCustomPositionSource Class Reference

Data source to generate positioning events from client application. More...

#import <SYPositionDataSource.h>

Inheritance diagram for SYCustomPositionSource:
Collaboration diagram for SYCustomPositionSource:

Instance Methods

(void) - updateCurrentPosition:
 Update the latest position generated by the data source. More...
 
(void) - updateCurrentCourse:
 Update the latest course generated by the data source. More...
 
- Instance Methods inherited from SYPositionDataSource
(void) - start
 Notifies the data source that position updates should start. More...
 
(void) - stop
 Notifies the data source that position updates should stop. More...
 

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...
 

Detailed Description

Data source to generate positioning events from client application.

Method Documentation

◆ updateCurrentPosition:

- (void) updateCurrentPosition: (SYPosition *)  currentPosition

Update the latest position generated by the data source.

◆ updateCurrentCourse:

- (void) updateCurrentCourse: (SYCourse *)  currentCourse

Update the latest course generated by the data source.

Parameters
currentCourseLatest course information.

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