EPS = 0.001 # Points within this many degrees are considered "same" and not sent UPDATE_AT_MOST = 1 # NEVER update more than this (minutes) even when moving UPDATE_AT_LEAST = 60 # NEVER update LESS than this (minutes) even when still (to avoid "stale points" in Latitude) GPS_INTERVAL = 5 # How often to "awaken" the GPS (minutes)
apt-get install google-api-python-client