aboutsummaryrefslogtreecommitdiff
path: root/src/org/traccar/GeolocationHandler.java
AgeCommit message (Collapse)Author
2017-04-29Save more statistics infoAnton Tananaev
2017-01-28Reset additional parameters of GPS position after geolocationValerii Vyshniak
When geolocation found a lat/lon from LBS/WIFI, only lat/lon and accuracy are updated. If protocol has copied "last" position to "Position" class before issuing the geolocation, then all other parameters of GPS position will be invalid (from "last" position). So this fix reset to 0 the altitude, speed, course and rssi.
2016-12-31Fix style issuesAnton Tananaev
2016-12-31Add exception classes and more renamesAnton Tananaev