Searched refs:lastGps (Results 1 – 1 of 1) sorted by relevance
94 private Location lastGps = null; field in QtPositioning550 lastGps = location; in onLocationChanged()557 if (lastGps == null) { //no GPS fix yet use network location in onLocationChanged()562 long delta = location.getTime() - lastGps.getTime(); in onLocationChanged()