SYTrajectoryPoint Class Reference

Point on a Trajectory. More...

#import <SYTrajectory.h>

Inheritance diagram for SYTrajectoryPoint:
Collaboration diagram for SYTrajectoryPoint:

Properties

SYGeoCoordinateposition
 Position of the point on the Earth. More...
 
double course
 Course (or Heading), in degrees, of the device/vehicle at the point. North is represented by 0. East is represented by 90. More...
 
double angle
 An angle, in degrees, between previous, this and next Trajectory points. More...
 
double distanceFromStart
 Distance, in meters, of this point from the Trajectory start. More...
 

Detailed Description

Point on a Trajectory.

Property Documentation

◆ position

- (SYGeoCoordinate*) position
readnonatomicassign

Position of the point on the Earth.

◆ course

- (double) course
readnonatomicassign

Course (or Heading), in degrees, of the device/vehicle at the point. North is represented by 0. East is represented by 90.

◆ angle

- (double) angle
readnonatomicassign

An angle, in degrees, between previous, this and next Trajectory points.

◆ distanceFromStart

- (double) distanceFromStart
readnonatomicassign

Distance, in meters, of this point from the Trajectory start.


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