Stream<double> getAltitudeByGPSPosition() { gps = Gps(inMillis: inMillis); return gps.getRaw().map((event) { return event.altitude; }); }