GeolocationEvent::GeolocationEvent

GeolocationEvent::GeolocationEvent
GeolocationEvent();
GeolocationEvent(EventType evtType, int _idGeo, double _latitude, double _longitude, double _altitude, double _hAccuracy, double _vAccuracy, double _speed, double _heading, double _timestamp);
Description

Initializes GeolocationEvent to contain information about the location of the device.

Parameters
Parameters 
Description 
EventType evtType 
The type of the event. 
int _idGeo 
Event Id used for geolocation events. 
double _latitude 
The latitude in degrees. 
double _longitude 
The longitude in degrees. 
double _altitude 
The altitude in meters. 
double _hAccuracy 
The horizontal accuracy in meters. 
double _vAccuracy 
The vertical accuracy in meters. 
double _speed 
The speed in meters/second. 
double _heading 
The direction of movement (with respect to true north) in integer degrees. 
double _timestamp 
Specifies the timestamp of the geolocation update.