Point on a Trajectory.
More...
#import <SYTrajectory.h>
|
SYGeoCoordinate * | position |
| 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...
|
|
◆ position
Position of the point on the Earth.
◆ course
Course (or Heading), in degrees, of the device/vehicle at the point. North is represented by 0. East is represented by 90.
◆ angle
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: