|
CartoType iOS API 9.2-12-g6c2dcf66f
for development in Swift and Objective C for iOS and Mac OS
|
#include <CartoTypeRouter.h>
Public Attributes | |
| CtNavigationDataValid | validity |
| double | time |
| double | longitude |
| double | latitude |
| double | speed |
| double | course |
| double | height |
Data representing a location fix, for example information received from a GPS device.
| double CtNavigationData::course |
True course in degrees.
| double CtNavigationData::height |
Height above sea level in metres.
| double CtNavigationData::latitude |
Position degrees latitude.
| double CtNavigationData::longitude |
Position degrees longitude.
| double CtNavigationData::speed |
Speed in kilometres per hour.
| double CtNavigationData::time |
The time in seconds. Any consistent time representation may be used (e.g., the unix timestamp format of the time in seconds since midnight, 1st Jan 1970); the absolute time does not matter as long as times can be subtracted to give a difference in seconds.
| CtNavigationDataValid CtNavigationData::validity |
Flags indicating validity or availability of data.