SYCourse Class Reference

Represents course, course accuracy and acquired timestamp of data. More...

#import <SYPositioning.h>

Inheritance diagram for SYCourse:
Collaboration diagram for SYCourse:

Instance Methods

(nonnull instancetype) - initWithCourse:courseAccuracy:timestamp:
 
(instancetype) - initWithSdkCourse: [implementation]
 
(Sygic::Position::GeoCourse) - sdkCourse [implementation]
 

Properties

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

Detailed Description

Represents course, course accuracy and acquired timestamp of data.

Method Documentation

◆ 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()

- Position:
implementation

Property Documentation

◆ course

- (SYAngle) course
readnonatomicassign

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

- (NSDate*) timestamp
readnonatomicassign

The timestamp of acquired data.


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