Listener for Gps changes - like a new Gps Signal
|
| void | positionUpdate (double latitude, double longitude, double altitude, double speed, double course, double horizontalAccuracy, Date gpstime) |
| |
◆ positionUpdate()
| void positionUpdate |
( |
double |
latitude, |
|
|
double |
longitude, |
|
|
double |
altitude, |
|
|
double |
speed, |
|
|
double |
course, |
|
|
double |
horizontalAccuracy, |
|
|
Date |
gpstime |
|
) |
| |
Is called when the GPS receiver got a new location.
- Parameters
-
| latitude | - in degree |
| longitude | - in degree |
| altitude | - in meters |
| speed | - in km/h |
| course | - 0-360 degree; 0 = north |
| horizontalAccuracy | - Is the horizontal error in meters |
| gpstime | - Time in gpstime standard |
The documentation for this interface was generated from the following file: