globalforest/gpsblinker.py

7 lines
239 B
Python
Raw Normal View History

from kivy.garden.mapview import MapMarker
class GpsBlinker(MapMarker):
def blink(self):
# Animantion that changes the blink size and opacity
# When the animation completes, reset the animation, then repeat
pass