flyingrub / SpeedMeter

Display the gps speed [Android]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show elevation

gaul opened this issue · comments

Could SpeedMeter gather and show the current elevation? Or is this outside the scope of the program. This seems to be a natural and related data to speed.

commented

This would just need a UI update as Location already provide the information : https://developer.android.com/reference/android/location/Location.html#getAltitude()