AppBase::OnGeolocationUpdate

AppBase::OnGeolocationUpdate
virtual void OnGeolocationUpdate(int idGeo, double latitude, double longitude, double altitude, double hAccuracy, double vAccuracy, double speed, double heading, double timestamp);
Description

OnGeolocationUpdate is called to notify application about updates from location sensor, which displays the latitude, longitude, and horizontal accuracy of geolocation events as they are received.

Parameters
Parameters 
Description 
int idGeo 
Id of the geolocation event. 
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 
The timestamp of the geolocation update.