Skip to content
This repository has been archived by the owner on May 2, 2021. It is now read-only.

Commit

Permalink
altitude field added to log
Browse files Browse the repository at this point in the history
  • Loading branch information
tjanson committed Mar 10, 2015
1 parent cfa86c0 commit e3f41a3
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -73,6 +73,7 @@ private void log(ScanResult wifi) {
if (m.logToFile) {
m.diskLog.info(m.currentLocation.getLatitude()
+ ";" + m.currentLocation.getLongitude()
+ ";" + m.currentLocation.getAltitude()
+ ";" + m.currentLocation.getAccuracy()
+ ";" + m.lastLocationUpdateTime.getTime()
+ ";" + wifi.SSID
Expand Down

0 comments on commit e3f41a3

Please sign in to comment.