Represents position, speed, and course information as provided by a positioning source for a distinct moment in time.
More...
#import <SYPositioning.h>
Represents position, speed, and course information as provided by a positioning source for a distinct moment in time.
◆ initWithCoordinate:latitudeAccuracy:longitudeAccuracy:altitudeAccuracy:speed:course:timestamp:
- (nonnull instancetype) initWithCoordinate: |
|
(nonnull SYGeoCoordinate *) |
coordinate |
latitudeAccuracy: |
|
(SYAccuracy) |
latitudeAccuracy |
longitudeAccuracy: |
|
(SYAccuracy) |
longitudeAccuracy |
altitudeAccuracy: |
|
(SYAccuracy) |
altitudeAccuracy |
speed: |
|
(SYSpeed) |
speed |
course: |
|
(SYAngle) |
course |
timestamp: |
|
(nonnull NSDate *) |
timestamp |
|
|
| |
◆ lastKnownLocation
◆ coordinate
The geographical location of the position.
◆ latitudeAccuracy
- (SYAccuracy) latitudeAccuracy |
|
readnonatomicassign |
The accuracy of the latitude coordinate, in meters.
◆ longitudeAccuracy
- (SYAccuracy) longitudeAccuracy |
|
readnonatomicassign |
The accuracy of the longitude coordinate, in meters.
◆ altitudeAccuracy
- (SYAccuracy) altitudeAccuracy |
|
readnonatomicassign |
The accuracy of the altitude, in meters.
◆ speed
The movement speed of the position.
◆ 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.
◆ timestamp
The timestamp of acquired data.
The documentation for this class was generated from the following file: