How can i get info.altitude and freeze it to a static var
or how can I get elevation from zero
I have tried with static var an const and do not works.
How can i get info.altitude and freeze it to a static var
or how can I get elevation from zero
I have tried with static var an const and do not works.
you could use a global var
var ALT = null;
and before the kemppaij solution check if ALT==null then (...)
I'd probably use Activity.getInfo().altitude instead of SensorHistory,getElevationHistory(), with the proper null checks.
You won't have that SensorHistory on devices without a baro