CartoType iOS API 9.0-11-g64131709d
for development in Swift and Objective C for iOS and Mac OS
Loading...
Searching...
No Matches
CtNavigationData Struct Reference

#include <CartoTypeRouter.h>

Public Attributes

CtNavigationDataValid validity
 
double time
 
double longitude
 
double latitude
 
double speed
 
double course
 
double height
 

Detailed Description

Data representing a location fix, for example information received from a GPS device.

Member Data Documentation

◆ course

double CtNavigationData::course

True course in degrees.

◆ height

double CtNavigationData::height

Height above sea level in metres.

◆ latitude

double CtNavigationData::latitude

Position degrees latitude.

◆ longitude

double CtNavigationData::longitude

Position degrees longitude.

◆ speed

double CtNavigationData::speed

Speed in kilometres per hour.

◆ time

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.

◆ validity

CtNavigationDataValid CtNavigationData::validity

Flags indicating validity or availability of data.


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