SGpsPosition class is used to obtain information about GPS position, data and quality of GPS signal. More...
Public Member Functions | |
SGpsPosition () | |
Constructor of SGpsPosition More... | |
void | GetTime (ref byte nHour, ref byte nMinute, ref byte nSeconds, ref ushort nMiliseconds) |
The function returns GMT time given by GPS. More... | |
void | GetDate (ref byte nDay, ref byte nMonth, ref ushort nYear) |
The function returns GMT date given by GPS. More... | |
Static Public Member Functions | |
static int | SizeOf () |
The function returns Size of SGpsPosition in bytes. More... | |
Public Attributes | |
int | Satellites = 0 |
Number of visible satellites. More... | |
int | Latitude = 0 |
Latitude represents Y coordinate (geographical latitude) of location in degrees multiplied by 100000. See Coordinates conversion section in TROUBLESHOOTING page. More... | |
int | Longitude = 0 |
Longitude represents X coordinate (geographical longitude) of location in degrees multiplied by 100000. See Coordinates conversion section in TROUBLESHOOTING page. More... | |
int | Altitude = 0 |
Altitude in meters More... | |
double | Course = 0 |
Course represents speed direction in degrees(from gps signal) multiplied by 100000. More... | |
double | RealCourse = 0 |
Real course(in degrees) - orientation that the car has in Sygic software. RealCourse=0 represents East direction and increases in clockwise direction. More... | |
double | Speed = 0 |
Speed represents velocity in kilometers per hour (km/h). More... | |
double | HDoP = 0 |
Horizontal dilution of precision. More... | |
double | Time = 0 |
Actual GPS time. More... | |
uint | Date = 0 |
Actual GPS date. More... | |
int | RoadOffset = -1 |
Road element offset of the road, to which is the current position snapped. More... | |
int | FromPointOffset = -1 |
offset of start graph point of the current road segment More... | |
int | ToPointOffset = -1 |
offset of end graph point of the current road segment More... | |
SSatelliteInfo [] | satellitesInfo = new SSatelliteInfo[SatellitesInfoCount] |
Satellites info for first 12 satellites More... | |
Properties | |
string | MapIso [get] |
ISO code of the map, in which is the current position located More... | |
SGpsPosition class is used to obtain information about GPS position, data and quality of GPS signal.