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