MapTrip SDK Android Manual 9.8.8
GpsListener Interface Reference

Listener for Gps changes - like a new Gps Signal

Public Member Functions

void positionUpdate (double latitude, double longitude, double altitude, double speed, double course, double horizontalAccuracy, Date gpstime)
 

Member Function Documentation

◆ 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: