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