This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| from kivy.app import App | |
| from kivy.uix.label import Label | |
| from kivy.uix.boxlayout import BoxLayout | |
| from kivy.clock import Clock, mainthread | |
| from kivy.properties import StringProperty, NumericProperty | |
| import requests | |
| import threading | |
| from plyer import compass, gps | |
| class GeodeticCompassApp(App): |