Represents course, course accuracy and acquired timestamp of data.
More...
#import <SYPositioning.h>
|
| SYAngle | course |
| | The course (direction of travel) of the position, in degrees. Valid course values are in the range [0, 360), with 0 degrees representing north and values increasing clockwise. More...
|
| |
| SYAccuracy | courseAccuracy |
| | The course accuracy (in degrees). More...
|
| |
| NSDate * | timestamp |
| | The timestamp of acquired data. More...
|
| |
Represents course, course accuracy and acquired timestamp of data.
◆ initWithCourse:courseAccuracy:timestamp:()
| - (nonnull instancetype) initWithCourse: |
|
(SYAngle) |
course |
| courseAccuracy: |
|
(SYAccuracy) |
courseAccuracy |
| timestamp: |
|
(nonnull NSDate *) |
timestamp |
|
|
| |
◆ initWithSdkCourse:()
| - (instancetype) initWithSdkCourse: |
|
(const Sygic::Position::GeoCourse &) |
course |
|
|
implementation |
◆ sdkCourse()
◆ course
The course (direction of travel) of the position, in degrees. Valid course values are in the range [0, 360), with 0 degrees representing north and values increasing clockwise.
◆ courseAccuracy
| - (SYAccuracy) courseAccuracy |
|
readnonatomicassign |
The course accuracy (in degrees).
◆ timestamp
The timestamp of acquired data.
The documentation for this class was generated from the following file: